
Recherche avancée
Autres articles (100)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa 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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
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 (9343)
-
ffmpeg "d" key pressing during convert
4 août 2020, par Tamás BorbélyI press the key "d" during ffmpeg convert process.
The conversion stopped. Than I press ENTER, I get a debug message and the conversion continues.


This is not problem ? The conversion will be good ?


-
How to play MP3 with ffmpeg library in ANDROID
14 juillet 2015, par user3414609I need to make an app that play audio file and i need to use the ffmpeg source code because the app need to support more file format and codec that the ANDROID’s MediaPlayer don’t support.
if someone can point me to a good tutorial that could help in the beginning or a sample code that would be great
-
How to scale and encode a mjpeg stream to a h264 one
4 août 2020, par SolskGaerI have a mjpeg stream from mobile phone screenshots and want to greatly reduce its size but maintain its quality as good as possible. I guess scaling it down and encoding to h264 could achieve my goal. But I don't know if I should scale it first then encode it or vice versa, also I can't find much tutorial about how to do this programmatically. I intended to do it using golang. Any suggestion would be appreciated.