Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (10)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (5648)

  • Revision d129eea9fa : Merge "Further clean up of speed 4"

    4 octobre 2013, par Yaowu Xu

    Merge "Further clean up of speed 4"

  • Revision 24856b6abc : Speed feature to skip split partition based on var Adds a speed feature to disa

    3 août 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Speed feature to skip split partition based on var

    Adds a speed feature to disable split partition search based on a
    given threshold on the source variance. A tighter threshold derived
    from the threshold provided is used to also disable horizontal and
    vertical partitions.

    Results on derfraw300 :
    threshold = 16, psnr = -0.057%, speedup 1% (football)
    threshold = 32, psnr = -0.150%, speedup 4-5% (football)
    threshold = 64, psnr = -0.570%, speedup 10-12% (football)

    Results on stdhdraw250 :
    threshold = 32, psnr = -0.18%, speedup is somewhat more than derf
    because of a larger number of smoother blocks at higher resolution.

    Based on these results, a threshold of 32 is chosen for speed 1,
    and a threshold of 64 is chosen for speeds 2 and above.

    Change-Id : If08912fb6c67fd4242d12a0d094783a99f52f6c6

  • Revision 44e039b4f5 : Further clean up of speed 4 Speed 4 still does not give a big gain over speed 3

    3 octobre 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c



    Further clean up of speed 4

    Speed 4 still does not give a big gain over speed 3.
    This just cleans it up a little from the last patch and comments
    out features that do not seem to be giving much benefit.

    Change-Id : I5f366e6160e1dbe5dc45cf5eb90cc02712baa1b6