Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (87)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • avcodec/alsdec : fix max bits in ltp prefix code

    11 mars 2016, par Umair Khan
    avcodec/alsdec : fix max bits in ltp prefix code
    

    The maximum number of bits int the prefix code for
    p(0) is 4. By setting it as 3, we were missing the
    last 0 bit.
    This fixes bug #4715 present on the trac.

    Signed-off-by : Umair Khan <omerjerk@gmail.com>
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/alsdec.c
  • avutil/log : leave prefix printing state on empty input.

    26 avril 2013, par Michael Niedermayer
    avutil/log : leave prefix printing state on empty input.
    

    Fixes printing the prefix after an empty string was printed

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

    • [DH] libavutil/log.c
  • Add output-prefix tests

    5 juin 2018, par orbea
    Add output-prefix tests
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] test/test_flac.sh