Recherche avancée

Médias (91)

Autres articles (89)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les sons

    15 mai 2013, par

Sur d’autres sites (7586)

  • How do I live stream a queue of videos from ffmpeg to my site then embed it to a page ?

    3 septembre 2018, par James

    I have a queue of videos I want to stream using ffmpeg to my site and then embed it onto the homepage. I think I have the embed part down,(video tag then source it to the url ffmpeg is streaming to ?) but I have no idea how I create a queue of videos for ffmpeg and then stream it to my site. Should I make a bash script that when ffmpeg is done streaming one video it moves onto the next or is there a built in function to ffmpeg that has a queue ?

  • Android - Best solution to convert recorded H.264 Main Profile videos to H.264 Baseline Profile

    19 février 2016, par Alireza

    I found MediaPlayer cannot play videos which are encoded by H.264 Main Profile and I tried ExoPlayer and Vitamio but none of them solved my problem. finally I found the best solution is converting videos to H.264 Baseline Profile. FFmpeg is almost 9MB and it’s so heavy for my project, so I don’t like to use it for converting videos to that profile by commands. My friend suggested converting videos on the server-side but we both know it has bad performance. What should I do ? What is the best solution to this problem ?

  • ffmpeg : find differences between 2 videos to perform proper concat

    23 février 2023, par Peter.k

    How to view differences between apparently identical videos in terms of attributes ? I can't find any and concat still throws errors. Is some simple query to see those differences ?