
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (49)
-
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 ;
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (8917)
-
How to center crop a video thumbnail (Square thumbnail) in ffmpeg ?
13 septembre 2020, par WebDivaI am new to ffmpeg and I want to create a square thumbnail of size 500x500 by cropping the center of the video, irrespective of width and height. How can I achieve this ? Thanks in advance.


-
How to have steeper audio filters in ffmpeg
15 juin 2020, par weiver23I want to low pass filter an audio piece with ffmpeg using different steepnesses of the filter.
How do I do this.



I tried it using this format :



for %%f in (srcs\*.flac) do ffmpeg -i %%f -af "lowpass=f=500=w=0.5" low\%%~nf_low1.flac




Thanks in advance !


-
ffmpeg - convert JPG to video [on hold]
8 mars 2014, par AshishI need to convert 5 jpg files to a single video.
I need to use ffmpeg.exe for that.Please help me out to find the correct command.
My requirement is as follows :
There are 5 jpg files in this folder.
Each jpg should be displayed for 5 seconds, making it a 25 seconds video.Thanks in Advance.