
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (9055)
-
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.