
Recherche avancée
Autres articles (36)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (5291)
-
List of input frame names for ffmpeg image2 demux
1er décembre 2014, par Gert GottschalkIs it possible to provide a set of ascii file names to the image2 demux in ffmpeg ? I understand about its pattern capabilities. But I can’t use them as my image names could be out of sequence or even random. I have a python script that selects the frames and their sequence and builds up the ffmpeg command line automatically. So far I tried
ffmpeg -r 16 -threads 0 -f image2 -i f1.png f4.png f3.png f0.png -c:v libx264 -s 1280x960 -crf 16 -y my_video.mp4
The above doesn’t work. It actually overwrote my input files.
Thanks,
Gert -
how to convert 1,000,000 gifs into a video file using ffmpeg
16 janvier 2015, par Thomas Buckleri have 1 million gifs in a folder that i would like to convert into a 60 frames per second video file using ffmpeg. Here is my code :
ffmpeg -r 60 -pattern_type glob -i *.gif -c:v libx264 out.mp4
my gifs don’t follow a %07d.gif pattern like 0000001.gif 0000002.gif but they are indeed in sequential order. like this : img1.gif, img2.gif ... img10.gif ... img10000.gif ... img1000000.gif.
When i try to execute my code i get this :
-bash: /usr/local/bin/ffmpeg: Argument list too long
please help. thank you.
-
http: Support setting custom User-Agent
6 mars 2014, par Clément Bœsch