Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (41)

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

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7242)

  • RTMP Streaming using ffserver

    24 novembre 2012, par NadavRub

    I would like to be able to stream media content originated by eg. a file to a flash player using RTMP.

    I have considered librtmp though it seems ffmpeg support rtmp more as a client than as a server, that is, it implement the push/pull models w/o a server model.

    Having 'ffserver' in mind, Does it support RTMP in the above mentioned manner ? is it possibe to expose H264/AAC content via RTMP using ffserver ?

    Any help will B appreciated.

    Nadav at Sophin

  • Possible to capture video and stream it to flash server on realtime in android ?

    26 octobre 2012, par gilush14

    I working on a project where the client side need to capture video and audio from the camera, use some library (proberly ffmpeg) to convert from mp4 to flv and send it to flash server on realtime,in the other side the client need to get flv and convert it to video type of android on real time. Is it possible to do ??

    Tnx

  • C++ stream images using rtmp protocol

    27 mars 2012, par toohtik

    I need write rtmp client for iOS which will be stream images as h264 video to wowza server using rtmp server. I compiled ffmpeg with —enable-librtmp. But what will be next step ? I can't find any example for using this feature ?