
Recherche avancée
Autres articles (34)
-
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (6517)
-
Best practice while implementing automation in MVC3 application [on hold]
11 juillet 2013, par kheyaI have FFMPEG command (in C# or in bat file) to processes video files (to convert), extract thumb etc.
I need to execute the bat file at certain interval OR monitor the queue (db table) and process if needed. Queue table has folder information, file name, number of files etc.
What tools is best for automating this processing job in MVC 3 app ?
- Use MSMQ (never used this)
- Create a C# console app that will run the bat file
- Anything else ?
Thanks
-
How do programmers control computer music play ? [on hold]
10 juillet 2013, par RetroSunI can understand draw on the screen.I know signal input and output.
But how to control music play ? -
save caca (ascii video) to an mp4 video [on hold]
8 juillet 2013, par user2559158No problems viewing a caca file from mplayer (mplayer -vo caca), and it's also possible view the video file as caca with ffmpeg (fmpeg -i file.mp4 -f caca -pix_fmt rgb24 outputfile.mp4), but neither saves the file. Is there anyway to do it ?