Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (44)

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

  • aacenc_tns : redo coefficient quantization and decision making

    12 septembre 2015, par Rostislav Pehlivanov
    aacenc_tns : redo coefficient quantization and decision making
    

    This finally (and again) gets rid of basically everything the
    specifications say about how TNS should be done. The main
    problem used to be that a single filter was used for all
    coefficients which despite being explicitly recommended by
    the specifications usually sounds wrong, therefore it’s
    a corner case in the current TNS implementation.

    This commit also changes the coefficient bit size, as apparently
    it’s better to use lower precision in case the windows are eight
    short. This is apparently what fdk_aac uses, looking at the bit
    stream and makes sense. Also the order when 8 SHORT windows happen
    is important as 7 was too much and according to PSNR was worse
    while 5 is just about correct.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_tns.c
    • [DH] libavcodec/aacenc_tns.h
  • Revision 620861dedc : Merge "Making read_inter_mode_info function more clear."

    27 juillet 2013, par Dmitry Kovalev

    Merge "Making read_inter_mode_info function more clear."

  • Revision e5956258dd : Merge "Making get_tx_counts() similar to get_tx_probs()."

    29 octobre 2013, par Dmitry Kovalev

    Merge "Making get_tx_counts() similar to get_tx_probs()."