
Recherche avancée
Autres articles (99)
-
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 (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10389)
-
Unit used for ffmpeg x and y
21 octobre 2015, par Oum AlaaWhat is the unit used for the ffmpeg command line below :
ffmpeg -i 001-Original.mp4 -strict experimental -vf "drawtext=fontfile=/usr/share/fonts/truetype/freefont/FreeSansBold.ttf:text=www.al.com:x=5:y=30
x=5 and y=30 are they in pixels ?
Thanks in advance
-
Generate thumbnail for text file
6 août 2016, par Felipe SchenoneSuppose a user uploads a .txt or .php file, and I want to generate a .png thumbnail for it. Is there a simple way of doing it, that doesn’t require me to open the file and write its contents into a new .png ? I have ImageMagick and FFmpeg available, there must be a way to take advantage of that, but I’ve been looking a lot and no luck yet.
Thanks in advance.
-
FFmpeg : How to skip the 000 when using %03d to create filename patterns ?
17 avril 2020, par Akhilleus UggoI'm using FFmpeg to split a file into chunks.
The output name is output%03d.mp4, but the first output name is output000.mp4



Question : How can I skip the 000 and start from 001 ?



Thanks in advance !