Recherche avancée

Médias (91)

Autres articles (59)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (10189)

  • fate : Add tests for mov display matrix

    24 octobre 2016, par Vittorio Giovara
    fate : Add tests for mov display matrix
    

    Rotation, sample/display aspect ratio and pure matrix export.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] tests/Makefile
    • [DBH] tests/fate-run.sh
    • [DBH] tests/fate/mov.mak
    • [DBH] tests/ref/fate/mov-dar
    • [DBH] tests/ref/fate/mov-display-matrix
    • [DBH] tests/ref/fate/mov-rotation
    • [DBH] tests/ref/fate/mov-sar
  • vaapi_encode_h265 : Insert mastering display colour volume

    10 mai 2018, par Haihao Xiang
    vaapi_encode_h265 : Insert mastering display colour volume
    

    '-sei xxx' is added to control SEI insertion, so far only mastering
    display colour volume is available for testing.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c
  • Display image every X second and during Y second in ffmpeg

    29 juin 2016, par Ahmad Ali Mukashaty

    I want to stream video with gif image (myimage.gif) but I want to display it every X minute (every 10 minutes) and during this time I want to make it loops Y time and then disappear (fade out).

    or

    dispaly myimage.gif every X minute and still appear during Y minute and then disappear (disappear after 5 minute for example )

    I want to make this every 10 minutes until video finishes
    how can I do it ?

    ffmpeg -re -i test.mp4 -i logo.png -i myimage.gif -filter_complex
    "[0][1]overlay=0:0[a];[a][2]overlay=0:H-90,scale=1920:1080" -f mpegts
    udp://127.0.0.1:port