
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (107)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (15035)
-
avio : Support private options in URLProtocols
10 novembre 2011, par Michael Niedermayeravio : Support private options in URLProtocols
-
Handbrake x264 advanced options tutorial
6 février 2017, par eco_bachCan anyone point me to any tutorials on using the advanced string options in Handbrake ?
Something like ’Handbrake-the missing manual’ would be awesome.
-
How to get an unique JPEG from any input and rewrote it instead of a pattern with FFMPEG
27 novembre 2011, par Jose Luis RivasI'm trying to get a single and unique JPEG image from any input, be it a static video file or a streaming from RTSP, the line I have come out is :
ffmpeg -i input.webm -r 10 -f image2 -y output.jpeg
Anyway, it doesn't works. I want it to output to a single JPEG file and rewrite it so each time I read it is a new image.