Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (100)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • FFMPEG GET Codec Info of Audio & Video Files in C#

    17 janvier 2016, par Chatrapathi

    I want to retrieve and Validate the Audio and Video files Codec Info, File-format and Media Format.Looking for a .Net Class Library and having a better Wrapper classes return so that I can retrieve this information from a File in C# .

    Once it is returned need to create the XML related Audio/Video <source></source> tags based on the "codec Info"/"file-format"/"Media format" received for that file as below.

    <source src="ABCGTH.mp4" type="video/mp4; codecs='avc1.42E01E, mp4a.40.2'"></source>
    <source src="QRSTBU.webm" type="video/webm; codecs='vp8, vorbis'"></source>
  • lavc/h264 : Show "Increasing reorder buffer" message with loglevel info.

    27 janvier 2016, par Carl Eugen Hoyos
    lavc/h264 : Show "Increasing reorder buffer" message with loglevel info.
    

    See ticket #5138 for a sample.

    • [DH] libavcodec/h264.c
  • Make a video based on info in another video file ffmpeg

    12 février 2016, par Farukh Zahoor

    What I am trying to do is to merge 2 or more video files using ffmpeg. It is important video files should have same resolution, codecs, channels etc to be merged successfully.

    I am making a slide video based on image for 5 or 10 seconds, I need slide video should be made based on first video resolution, codecs, channel info so that these 2 files should be merged.

    Now question is is there a way with ffmpeg to make a slide video on the fly based on the first video information ?