Recherche avancée

Médias (91)

Autres articles (45)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (5476)

  • How to use ffmpeg to encode isolated motion vectors (using codecview)

    22 juillet 2021, par Temmeh

    I have been successfully using this command to superimpose MPEG motion vectors onto a video :

    


    ffmpeg -v error -flags2 +export_mvs -i input.mp4 -vf codecview=mv=pf+bf+bb -y output.mp4

    


    Now I would like to be able to export an h264 mp4 of just the motion vector arrows, like in this example, without the original video layered underneath. I checked the codecview documentation and and did not find a flag or option to do this.

    


    Any help is appreciated !

    


  • Convert HLS (m3u8) to MP4 while preserving streaming gaps

    11 décembre 2019, par Tron

    I have a m3u8 file recorded from a live stream and want to convert it to a MP4 file. However, during the live stream, the broadcaster might go offline and online many times and I need to record the offline periods in the MP4. I’ve tried using ffmpeg to convert the m3u8 to MP4 using the following command

    ffmpeg -i in.m3u8 -c copy out.mp4

    However, the streaming gaps are disregarded in the output video. How can I preserve the streaming gaps using the timestamp info of the TS file and show empty content (black or white screen) during the gaps ?

  • Can't reproduce a mp4 video in any of my browsers (Ubuntu 22.04.4)

    8 mai 2024, par user3303019

    This one is weird. I can't reproduce the following video in the browser (tried brave, chrome, firefox and edge).

    


    https://a-pop.stg.intuitivo.ai/assets/animations/wowMomentOpenDoor.mp4

    


      

    1. I have installed all sorts of codecs I may need and the regular video player plays the file no problem.

      


    2. 


    3. For some reason it was working on Brave up until last week and it wasn't on chrome.

      


    4. 


    5. It only happens on Linux apparently. Windows, Mac, android and iOS have no problem with the browser playing the animation.

      


    6. 


    


    I don't have a clue what could be happening. I've checked other mp4 videos online and they work (from v.reddit)