Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (98)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (10854)

  • batch Hardcode subtitles

    2 août 2017, par Prashant Gokhale

    How can you batch hardcode or softcode subtitles. Is there a command or batch line for this. I have all the video files in one folder and the subtitles in the same folder. Th path of the folder is C:\Users\PrashSal\Documents\vid

    Thanks in advance

  • Revision a7657056b6 : Mark VP8E_SET_ARNR_TYPE as being deprecated In a future release we plan to remo

    5 mai 2014, par Adrian Grange

    Changed Paths :
     Modify /vpx/vp8cx.h



    Mark VP8E_SET_ARNR_TYPE as being deprecated

    In a future release we plan to remove the
    option of setting the ARNR filter type.

    This patch marks this control as being deprecated
    as advance warning that it will be removed from
    the API at some point.

    Change-Id : I5dcca804b44c7c93b1a10da7d69d19ba6061869c

  • How to convert popular video formats into each other using Python without FFmpeg ?

    16 janvier 2021, par Manbir Judge

    I am creating a universal file convert in Python using various image or document processing modules and now the goal was to able to convert video files. The only way I was able to find was using FFmpeg but I wanted my application to be standalone without requiring other applications. Is there any way to convert video formats without using FFmpeg ?

    


    Thanks in advance !