Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (56)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (10136)

  • ffmpeg CMAF support for mpeg-dash

    13 août 2020, par Hobo Joe

    All,
I am trying remux an mp4 as a segmented mpeg-dash stream. I am using libavcodec and the code is exactly like leandromoreira's example, updated to C++14. By setting

    


    av_dict_set(&opts, "movflags", "frag_keyframe+empty_moov+default_base_moof", 0);


    


    I get segmented mp4 files and an MPD to play them with. My question is how I get libav to store my files in a CMAF container ? Is there some kind of flag for CMAF in libavcodec ?

    


  • fix memory leak of parsing dash MPD

    26 avril 2018, par guikunzhi
    fix memory leak of parsing dash MPD
    

    Signed-off-by : guikunzhi <guikunzhi@163.com>

    • [DH] libavformat/dashdec.c
  • fate : fix generating references when sh=dash

    12 mars 2024, par Nicolas Gaullier
    fate : fix generating references when sh=dash
    

    Regression since 0b98f28c46a7e3e914c51debc461

    Signed-off-by : Nicolas Gaullier <nicolas.gaullier@cji.paris>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] tests/fate-run.sh