Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (31)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • 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 (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7148)

  • Support case-independent string options

    29 septembre 2014, par Vittorio Giovara
    Support case-independent string options
    
    • [DH] common/common.c
  • avcodec/dvbsubdec : Fix 8bit non_mod case

    31 juillet 2014, par Michael Niedermayer
    avcodec/dvbsubdec : Fix 8bit non_mod case
    

    Untested, i failed to find a sample which triggers this case

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvbsubdec.c
  • Revision 08d2f54800 : Fixed idct16x16_10 highbitdepth transform In the case when there are only non-z

    10 novembre 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Fixed idct16x16_10 highbitdepth transform

    In the case when there are only non-zero coefficients
    in the first 4x4 block a special routine is called.
    The highbitdepth optimized version of this routine
    examined the wrong positions when deciding whether
    to call an assembler or C inverse transform.

    Change-Id : I62da663ca11775dadb66e402e42f4a1cb1927893