
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 (86)
-
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 ;
-
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 -
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
Sur d’autres sites (15293)
-
avcodec/eatgq : Move transient GetByteContext from context to stack
20 octobre 2022, par Andreas Rheinhardt -
How do I batch stack one video with a set of another videos in ffmpeg ?
18 octobre 2022, par Yalla PapiI have several mp4 files I am trying to combine into new videos. What I want to do is this without typing out the command a billion times :


ffmpeg -i file1.mp4 -i file2.mp4 -filter_complex vstack combo1.mp4
ffmpeg -i file1.mp4 -i file3.mp4 -filter_complex vstack combo2.mp4
ffmpeg -i file1.mp4 -i file4.mp4 -filter_complex vstack combo3.mp4
ffmpeg -i file1.mp4 -i file5.mp4 -filter_complex vstack combo4.mp



4


How would one go about doing this ?


-
How to merge 4 transparent videos so they stack together
26 septembre 2022, par Xiang ChenI have 4 transparent videos with the same size, and the duration is just four seconds. They are all in webm format. I want to combine these 4 webm videos.


I used terminal command :


ffmpeg -c:v libvpx-vp9 -i 1.webm -c:v libvpx-vp9 -i 2.webm -filter_complex overlay aa.webm
ffmpeg -c:v libvpx-vp9 -i 3.webm -c:v libvpx-vp9 -i 4.webm -filter_complex overlay bb.webm
ffmpeg -c:v libvpx-vp9 -i aa.webm -c:v libvpx-vp9 -i bb.webm -filter_complex overlay output.webm



Is there a solution here that can be solved in one sentence ? A simpler solution that would stack these four videos for 4 seconds and maintain transparency ?