Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (15)

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

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

  • avcodec/dcadec : Check scale table index

    15 mai 2015, par Michael Niedermayer
    avcodec/dcadec : Check scale table index
    

    Fixes CID1297594 part 1

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

    • [DH] libavcodec/dcadec.c
  • wmapro : error out on impossible scale factor offsets

    29 juin 2013, par Luca Barbato
    wmapro : error out on impossible scale factor offsets
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DBH] libavcodec/wmaprodec.c
  • Revision 8d8d7bfde5 : Fix use of scaling in joint motion search To enable us to the scale-invariant m

    24 mars 2015, par Adrian Grange

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



    Fix use of scaling in joint motion search

    To enable us to the scale-invariant motion estimation
    code during mode selection, each of the reference
    buffers is scaled to match the size of the frame
    being encoded.

    This fix ensures that a unit scaling factor is used in
    this case rather than the one calculated assuming that
    the reference frame is not scaled.

    Change-Id : Id9a5c85dad402f3a7cc7ea9f30f204edad080ebf