Recherche avancée

Médias (91)

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • 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

Sur d’autres sites (12749)

  • 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