Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (57)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9243)

  • Convert H.264 Annex B to MPEG-TS

    4 juin 2014, par Lane

    SO...

    I have RAW H.264 video data captured via RTSP in a local file and I am attempting to playback the video in a Java FX application. In order to do this, I need to use Http Live Streaming.

    I have successfully prototyped a Java FX architecture that can play a video via HLS with a local server using a local folder containing a .m3u8 (HLS index) file and collection of .ts (MPEG-TS) files. The last piece for me is to replace the .ts files with .264 / .h264 files and in the local server, perform the conversion / wrapping of the H.264 Annex B data into MPEG-TS.

    I am having trouble figuring out what is required to get H.264 Annex B into MPEG-TS. I have found the following information...

    "Annex B is commonly used in live and streaming formats such as
    transport streams..."

    szatmary.org/blog/25

    "Annex B of of the document specifies one such format, which wraps NAL
    units in a format resembling a traditional MPEG video elementary
    stream, thus making it suitable for use with containers like MPEG
    PS/TS unable to provide the required framing..."

    wiki.multimedia.cx/ ?title=H.264

    "Java FX supports a number of different media types. A media type is
    considered to be the combination of a container format and one or more
    encodings. In some cases the container format might simply be an
    elementary stream containing the encoded data."

    docs.oracle.com/javafx/2/api/javafx/scene/media/package-summary.html

    "Use the CODECS attribute of the EXT-X-STREAM-INF tag. When this
    attribute is present, it must include all codecs and profiles required
    to play back the stream..."

    developer.apple.com/library/ios/documentation/networkinginternet/conceptual/streamingmediaguide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html

    It seems like I am missing something simple around Elementary and Transport Streams. I have used ffmpeg to convert my H.264 file into a TS file and try to understand the differences. I have an idea of the approximate format differences, but I am still lacking on the details to do it. Does anyone have a link showcasing this or know something simple about how to serve H.264 Annex B data over MPEG-TS ?

    I am not looking to use a tool, I need to have a custom file format locally where I parse out the H.264 Annex B data and perform the format change in memory, on the fly. I know of a way to use ffmpeg with pipes to accomplish this, but I do not want to have any dependencies and performance is important.

  • Run ffmpeg on Terminal MacOS [closed]

    6 mars 2013, par user2139175

    I'm rather new to MacOS and I cannot find it easy to working with Terminal to get ffmpeg run properly as I have on Window.

    I have got ffmpeg binary from http://ffmpegmac.net and I try running the executable in Terminal, it tells that the command not found ? The only way I can run it by now is using command : "open ffmpeg", but this way the Terminal open in another window and this is not what I'm expecting.

    Is there any ways to call ffmpeg directly in Terminal (just like run in on Windows cmd) or I'm missing anything ?

  • svg slideshow with ffmpeg [closed]

    28 février 2013, par user1943296

    can anyone point out to me, how to make a slideshow (with ffmpeg) with svg images.
    The usual way,

    ffmpeg -i bloch_0%2d.svg bloch2.mp4

    doesn't work since ffmpeg can't handle svg files obviously (Invalid data found when processing input) is there an easy way to do this ?

    thanks