Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (15)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

  • Revision 1092140379 : No longer use use_lastframe_partitioning speed feature The speedup in rd_pick_p

    6 septembre 2014, par Yunqing Wang

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



    No longer use use_lastframe_partitioning speed feature

    The speedup in rd_pick_partition() function makes it possible
    to drop use_lastframe_partitioning feature. By doing that, we
    achieve good PSNR gain with small speed loss. Also, this makes
    encoding loop less complicated. The code cleanup patch will
    follow.

    Borg tests showed :
    1. At speed 2,
    stdhd set : 0.201% PSNR gain, 0.133% SSIM gain ;
    derf set : 0.262% PSNR gain, 0.276% SSIM gain.
    2. At speed 3,
    stdhd set : 0.139% PSNR gain, 0.109% SSIM gain ;
    derf set : 0.447% PSNR gain, 0.442% SSIM gain.

    The average speed loss over selected test clips is within 1%
    with the worst case of 4%.

    Change-Id : Icfd2ded7869372b585a6972855d933b3d0280d90

  • Artifacts in WMP after speed-up and fps change

    11 septembre 2014, par Snow

    Trying to convert a 1 hour video with 0.02 fps, to a very short one (100 times speed-up) with somethinglike 10 fps to include in a powerpoint presentation.

    I did this :

    ffmpeg - input.mp4 -filter:v "setpts=0.01*PTS" -r 10 output.mp4

    Works great, play nicely with VLC or SMPlayer (which I believe use ffmpeg libraries for decoding). But if played with Windows Media Player, or inserted in a powerpoint presentation, this gives a lot of artifacts...the video is almost not watchable.

    Is there a way to make this watchable in powerpoint (i’m guessing the problem lies down with the video renderer used in powerpoint...)

  • Revision c792e1d50f : Merge "Remove the use of use_lastframe_partitioning at speed 4"

    9 septembre 2014, par Yunqing Wang

    Merge "Remove the use of use_lastframe_partitioning at speed 4"