Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (41)

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

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (7154)

  • hevc : Simplify logical check

    2 octobre 2015, par Vittorio Giovara
    hevc : Simplify logical check
    

    The intended meaning is "if this block is the first block in a slice then
    its left boundary is a slice boundary". Silence a logical-not-parentheses
    warning from gcc.

    • [DBH] libavcodec/hevc.c
  • lavc/mediacodec : increase buffer dequeue timeout when the codec needs to be drained

    20 juin 2016, par Matthieu Bouron
    lavc/mediacodec : increase buffer dequeue timeout when the codec needs to be drained
    

    Increase buffer dequeue timeout when the codec needs to be drained as it
    could happen that no input buffer is available when we receive a null
    packet for the first time (meaning we are unable to signal end of stream
    and mark the codec as draining).

    Fixes potential loss of last frames after sending a null packet.

    • [DH] libavcodec/mediacodecdec.c
  • What's the Netflix / vmaf result stand for ?

    1er septembre 2021, par Hanamaki

    I ran the vamf between two mp4 files, and I got the result as :

    


    &#xA;<metric min="0.294617" max="0.999526" mean="0.902007"></metric>&#xA;<metric min="0.559920" max="0.994265" mean="0.918411"></metric>&#xA;<metric min="0.372149" max="0.999764" mean="0.907398"></metric>&#xA;<metric min="0.226668" max="0.999331" mean="0.915917"></metric>&#xA;<metric min="0.224996" max="1.010998" mean="0.881612"></metric>&#xA;<metric min="0.000000" max="32.177296" mean="6.365028"></metric>&#xA;<metric min="0.000000" max="145.765976" mean="7.202581"></metric>&#xA;<metric min="0.008498" max="0.910434" mean="0.247533"></metric>&#xA;<metric min="0.023310" max="0.990787" mean="0.457384"></metric>&#xA;<metric min="0.029596" max="0.995830" mean="0.529965"></metric>&#xA;<metric min="0.032303" max="0.997724" mean="0.586864"></metric>&#xA;<metric min="0.000000" max="100.000000" mean="71.630354"></metric>&#xA; &#xA;

    &#xA;

    I got the "vif" from the paper "IMAGE INFORMATION AND VISUAL QUALITY". However,what's the meaning of 4 scales of vif ?&#xA;And any detail introduction about this result ? Thank you very much.

    &#xA;