Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (13)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • avformat/webpenc : Check seeks

    6 octobre 2023, par Andreas Rheinhardt
    avformat/webpenc : Check seeks
    

    Addresses the issue reported in ticket #4609.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/webpenc.c
  • avcodec/dxvenc : Don't cast const away

    24 janvier 2024, par Andreas Rheinhardt
    avcodec/dxvenc : Don't cast const away
    

    Reviewed-by : Connor Worley <connorbworley@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dxvenc.c
  • avcodec/mjpegenc_common : Don't flush unnecessarily

    6 octobre 2022, par Andreas Rheinhardt
    avcodec/mjpegenc_common : Don't flush unnecessarily
    

    The PutBitContext has already been flushed a few lines above
    and nothing has been written to it in the meantime.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mjpegenc_common.c