
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (93)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (6403)
-
Révision 18163 : mise a disposition du zip version 3.0.0-alpha
3 juillet 2011, par cy_altern-yahoo-fr - -
Ffmpeg : How to transition 2 videos together with a custom alpha channel video
9 janvier 2023, par Daniel Enrico BottaI have these files :


- 

- 1.mp4, 2.mp4 (video files)
- wipe.mov (alpha channel wipe)






I want to use the wipe.mov as a transition between 1.mp4 and 2.mp4
The wipe.mov should replicate the same feeling as the xfade=transition=wipeleft with the only difference that it should use wipe.mov as input


I have tried to use alphaextract to extract the alphachannel from the wipe.mov and this seems to work well.


The problem is I can't figure out how to overlay and make transparent the correct portions in order to make this.


Unfortunately xfade does not accept a video as input... I had tried something like this :


ffmpeg -y -hide_banner -i 1.mp4 -i 2.mp4 -i wipe.mov -filter_complex \ "[0:v]settb=AVTB,setpts=PTS-STARTPT[v0];[1:v]settb=AVTB,setpts=PTS-STARTPTS\[v1]; \ [v1]scale=1280x720,format=yuva420p,alphaextract[alpha]; \ [v0][alpha]xfade=transition=custom:duration=1[out]" -map "[out]" output.mp4


Does anyone know a way to make this work ?


I have also been looking into lumakey...


UPDATE :


this is what I want to achieve :


https://drive.google.com/file/d/1fBu3bVmtbu5DtxEWAzADRmoVCeCg—tD/view?usp=share_link


this is the wipe.mov :


https://drive.google.com/file/d/1z83chzDe0Iw-oTEduWXBpueIAoZezODD/view?usp=share_link


-
lavc/movtextenc : handle changes to hilight alpha
9 avril 2020, par John Stebbins