Recherche avancée

Médias (91)

Autres articles (39)

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

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

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

  • avformat/mov : Free encryption data on error

    27 janvier 2020, par Andreas Rheinhardt
    avformat/mov : Free encryption data on error
    

    Fixes memleak and Coverity issue #1439587.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • lavfi/movie : free packet on decoder error

    25 juin 2013, par Michael Niedermayer
    lavfi/movie : free packet on decoder error
    

    Prevents infinite loop, see Ticket2556

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

    • [DH] libavfilter/src_movie.c
  • lavfi/aevalsrc : do not free AVOption variables in uninit()

    10 juillet 2013, par Paul B Mahol
    lavfi/aevalsrc : do not free AVOption variables in uninit()
    

    The generic code frees them already.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/asrc_aevalsrc.c