Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8824)

  • ffmpeg or MP4box how to convert video to universal playable Mpeg-DASH or HLS

    17 mars 2021, par Jintor

    What is the "good" way to encode (from any format like webm, rtmp) to UNIVERSALLY PLAYABLE hls or dash format ???

    


    I see tons of talks about HLS and MPEG-DASH with video tag that looks like this

    


    <video width="90%" height="669" controls="controls"> <source src="index.m3u8" type="application/x-mpegURL"> </source></video>&#xA;

    &#xA;

    but what is the good command in FFMPEG ?

    &#xA;

    when I do this

    &#xA;

    ffmpeg -i file.webm  -acodec aac -vcodec libx264 -movflags faststart -s 640x360 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls index.m3u8&#xA;

    &#xA;

    it's playable ONLY in chrome :(

    &#xA;

    but I need it to be playable in safari, firefox, opera, etc

    &#xA;

    I recenlty viewed talks about MP4box, what would be the best line to be able to convert any source to a universal playable stream ?

    &#xA;

  • lavf/dashenc : Write media trailers when DASH trailer is written.

    29 novembre 2018, par Andrey Semashev
    lavf/dashenc : Write media trailers when DASH trailer is written.
    

    This commit ensures that all (potentially, long) filesystem activity is
    performed when the user calls av_write_trailer on the DASH libavformat
    context, not when freeing the context. Also, this defers media segment
    deletion until after the media trailers are written.

    • [DH] libavformat/dashenc.c
  • lavf/dashenc : Write media trailers when DASH trailer is written.

    3 décembre 2018, par Andrey Semashev
    lavf/dashenc : Write media trailers when DASH trailer is written.
    

    This commit ensures that all (potentially, long) filesystem activity is
    performed when the user calls av_write_trailer on the DASH libavformat
    context, not when freeing the context. Also, this defers media segment
    deletion until after the media trailers are written.

    • [DH] libavformat/dashenc.c