
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (88)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (12059)
-
Create multiple videos from URL image arrays. Excel, CSV, SQL > FFmpeg or NumPy ?
11 avril 2021, par kymadicI have a large Excel spreadsheet (example below) and I'm looking for an efficient way to generate a video for each row using the first column as the filename
videoID.mp4
and with a framerate of 1

Is it possible to use this as an input into FFmpeg somehow ? Perhaps via an SQL database ? I have zero experience with NumPy but it came up during my research. Any suggestions would be much appreciated.





-
ffmpeg batch retains old filetype in name
3 juin 2018, par InsertDisplayNameHereI’m using the following
ffmpeg
script to convert all .mp4 files in the folder to .webm.for %%A IN (*.mp4) DO ffmpeg -i "%%A" -c:v libvpx -crf 4 -b:v 3M -c:a libvorbis "%%A.webm"
I am trying to make it go from
"xxx.mp4"
to"xxx.webm"
However when I run the script the file name goes from
"xxx.mp4"
to"xxx.mp4.webm"
Any suggestions are highly appreciated.
-
ffmpeg batch retains old filetype in name
8 février 2015, par InsertDisplayNameHereI’m using the following
ffmpeg
script to convert all .mp4 files in the folder to .webm.for %%A IN (*.mp4) DO ffmpeg -i "%%A" -c:v libvpx -crf 4 -b:v 3M -c:a libvorbis "%%A.webm"
I am trying to make it go from
"xxx.mp4"
to"xxx.webm"
However when I run the script the file name goes from
"xxx.mp4"
to"xxx.mp4.webm"
Any suggestions are highly appreciated.