
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (86)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (10000)
-
How to make video from images in android ? [on hold]
1er août 2014, par harsh3898294Please tell me how can i do ?
i want to make mpeg4 or mp4 video from set of images and add audio.
also added animation between two images.i want to make app like
https://play.google.com/store/apps/details?id=com.movisoft.photostory -
Encrypted video cannot play [closed]
15 août 2021, par rin yeThis is a video clip downloaded from a software, but I don't know what encryption method is used for this video. Does anyone know what encryption method is used ?https://drive.google.com/file/d/15ZypIca-ljzF-Oh_9jBMXPFUuXbOr16P/view?usp=sharing


-
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