
Recherche avancée
Autres articles (36)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6869)
-
Révision 23959 : Bonne année 2018
26 mars 2018, par erational@erational.org -
Anomalie #3329 (Fermé) : Publication des documents en 2018
15 février 2021, par cedric -On a passé l’échéance :)
-
FFmpeg vs Libav vs libVLC as of 2018
25 avril 2018, par DharmaI am trying to do some video processing on real time. I was beginning to try the FFmpeg, but I saw this question :
Why would I choose Libav over FFmpeg, or is there even a difference ?
Which further links to this question :
What are the differences and similarities between ffmpeg, libav, and avconv ?
and this blog post :
http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
After reading this I came to know that Libav is a fork from FFmpeg and is being developed separately. I am need of developing C++ application using either Libav or FFmpeg or libVLC. I think there has been a lot of changes after these questions are answered. It would be great to have some benchmark on these tools.
Do you guys have any preference of one over another, any benchmark results for video and audio processing ? I need to process frames fast and stream a video to multiple C++ applications, what would be the best way to solve this problem and what will be the best tool to choose ?
So as of 2018 what is the current status of these tools on video processing.
It would be nice to know some results from the people working on video processing who are familiar with these tools.