Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (45)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • apng : Support inter-frame compression

    19 août 2015, par Donny Yang
    apng : Support inter-frame compression
    

    The current algorithm is just "try all the combinations, and pick the best".
    It’s not very fast either, probably due to a lot of copying, but will do for
    an initial implementation.

    Signed-off-by : Donny Yang <work@kota.moe>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngenc.c
  • avcodec/apng : Dispose previous frame properly

    7 juin 2015, par Donny Yang
    avcodec/apng : Dispose previous frame properly
    

    The spec specifies the dispose operation as how the current (i.e., currently
    being rendered) frame should be disposed when the next frame is blended onto it

    This is contrary to ffmpeg’s current behaviour of interpreting the dispose
    operation as how the previous (i.e., already rendered) frame should be disposed

    This patch fixes ffmpeg’s behaviour to match those of the spec, which involved
    a rewrite of the blending function

    Signed-off-by : Donny Yang <work@kota.moe>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • avcodec/pngdec : fully support the tRNS chunk

    28 août 2015, par Donny Yang
    avcodec/pngdec : fully support the tRNS chunk
    

    Signed-off-by : Donny Yang <work@kota.moe>

    • [DH] libavcodec/pngdec.c