Recherche avancée

Médias (91)

Autres articles (28)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

  • configure : remove duplicate ape_decoder_select line

    27 juin 2014, par James Almer
    configure : remove duplicate ape_decoder_select line
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • version string : add copyright line to version string

    11 juin 2014, par Simon Thelen
    version string : add copyright line to version string
    

    Show the copyright when running `ffmpeg -version’. This is useful for
    end users trying to determine whether they are using FFmpeg or Libav.

    Signed-off-by : Simon Thelen <ffmpeg@c-14.de>

    • [DH] cmdutils.c
  • Where find lastest libffmeg.so for Android

    12 juin 2014, par Sayaki

    I would like to use ffmpeg.so in my project. I download FFMpeg soures from official FFMpeg page and build it using this tutorial. I build it but it doesnt build ffmpeg.so but only another libs like avcodec or avformat. I found prebuild libffmeg.so on the Internet but it is pretty old and it does not have many features. Can someone provide me a libffmeg.so wuild from lastest sources or tell me where I can download it ?