
Recherche avancée
Autres articles (44)
-
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 (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (4336)
-
FFMPEG IE9 codec playability
13 janvier 2013, par Mårten SjöIm trying to convert an .avi file to an .mp4 file using ffmpeg CLI. I have tested countless options of variations in order to get it to work and playing in IE9. But what ever option i choose i get IE9's crossed image error picture as return. I tested an .mp4 movie that i made from an paid gui tool. And it did work.
Anyone knows the parameters i need to use.
Or know of any other cli tool i can use to convert avi to mp4 compatible IE9 videos.
Thanks in advance !
Sincerely
Marten -
There have any c code for dynamic text overlay on video ?
3 juillet 2016, par vibogThere have any example for dynamic text overlay on video using gstreamer , I am never use gstreamer with c program . I know that isvery useful as compare to ffmpeg . there have pipeline which consume low cpu . Please give any example or tutorial for Overlay (dynamic updating texts) on video .
Thanks in advance . -
FFmpeg ios sample code for video streaming
29 avril 2014, par iJoseI have done with
Video Encoding
usingAVFoundation
framework in ios.Now i want to stream these video to a
RTMP
server usingFFMPEG
.
IT would be great help if anyone of you post a link / sample Code for achieving this.
Any other Solution other than this is also invited.Thanking you in advance.