Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (103)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

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

  • lavf/segment : move list filename printing logic from segment_end() to segment_start()

    14 janvier 2012, par Stefano Sabatini

    lavf/segment : move list filename printing logic from segment_end() to segment_start()

  • Master m3u8 file does not list streams

    23 septembre 2021, par kamoloff

    I have a video and I want to transcode it into hls using ffmpeg-python.
It works well with a video which has an audio stream.
But does not list stream playlists in master.m3u8 when I give a video file without audio as an input.

    


    problem : master.m3u8 is not listing stream, only contains :

    


    #EXTM3U
#EXT-X-VERSION:6


    


    expected :

    


    #EXTM3U
#EXT-X-VERSION:6
#EXT-X-STREAM-INF:BANDWIDTH=415800,RESOLUTION=1280x720,CODECS="avc1.64001f,mp4a.40.2"
prefix_stream_0.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=105600,RESOLUTION=768x432,CODECS="avc1.64001e,mp4a.40.2"
prefix_stream_1.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=105600,RESOLUTION=640x360,CODECS="avc1.64001e,mp4a.40.2"
prefix_stream_2.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=52800,RESOLUTION=426x240,CODECS="avc1.640015,mp4a.40.2"
prefix_stream_3.m3u8


    


  • avcodec/vvcdec : refact, remove hf_idx and vf_idx from mc_xxx's param list

    19 mai 2024, par Nuo Mi
    avcodec/vvcdec : refact, remove hf_idx and vf_idx from mc_xxx's param list
    
    • [DH] libavcodec/vvc/inter.c