Recherche avancée

Médias (91)

Autres articles (99)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (9921)

  • lavfi : remove screenshot libmpcodecs wrapper

    25 mars 2012, par Paul B Mahol

    lavfi : remove screenshot libmpcodecs wrapper

  • How to create dash video using the mp4box for HEVC

    3 janvier 2023, par sachco

    I'm new to this dash profile
need to create dash video for HEVC

    


    I found the script for h264
MP4Box -dash 2000 -sync -frag-rap -bs-switching no -profile "dashacv264:live" file-bitrate-small.mp4 file-bitrate-medium.mp4 -out file.mpd

    


    I couldn't find any profile for HEVC
somewhere I saw
-profile "dashhevc:live"

    


    but this doesn't work nor it exists on MP4Box -h dash

    


  • Create MPEG DASH segments from h264 files

    3 novembre 2014, par Matthew Young

    Basically I have a bunch of h264 files from a camera feed....

    So there is no audio. What I would like to do is make DASH segments out of these h264 files and do live streaming to a Media Source (like in Chrome). I don’t want to first concatenate the h264 into a giant h264 then copy it into a mp4 container and lastly make DASH manifests. Instead would love to find a way to turn the h264 directly into DASH segments (mpd files).

    Ideas ?