Recherche avancée

Médias (91)

Autres articles (112)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

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

Sur d’autres sites (17034)

  • encode and segment at the same time ?

    4 octobre 2011, par lvreiny

    I want to implement HTTP streaming server, which is similar to this (http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/)
    But, instead of segment the video file after it is completely converted by ffmpeg, I want to do encoding and segmenting at the same time (something like if the output stream from the encoder is sent to the segmenter immediately).

    what should be the appropriate solution for this ?

    Thanks

    lvreiny

  • Icecast Ogg format - mp3

    19 février 2013, par user1503606

    I am trying to setup live streaming with html5 and icecast and traktor.

    In tracktor it will only output in Ogg format.

    So i am looking for possible solution as html5 doesnt seem to work with ogg streaming on ipad and iphone.

    Is it possible to some how covert the ogg format to mp3 on the fly with something like this.

    <?php shell_exec("ffmpeg -i http://255.70.84.64:8000/stream soundpollution.mp3 2>&1"); ?>

    But run a loop around this so it polls maybe every 10 seconds

    Just thought id ask the community as i am trying this but not getting very far.

    And looking for a work around

    Thanks.

  • How to use ffmpeg for decoding aac data and transfer it to CMSamplebufferref

    21 novembre 2016, par dgqbcwh

    There are many encoding examples of how to encode CMSamplebufferref (PCM data) structure to aac . Now there is a stream which is from a ip camera. The camera use rtsp protocol for translating the h264+aac stream to iPhone. I’d like to know how to decode the aac stream then creating CMSamplebufferref.