
Recherche avancée
Autres articles (106)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (14556)
-
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 !


-
How to remove background color from video in android ?
12 novembre 2016, par Priyesh BhargavaI want to remove bg from video in android ,checked with FFMPEG also but didn’t find any good solution, can any one help me any possible way like is it possible with JNI , openGL etc. so i can use in android.
Thanks in advance !