
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (57)
-
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 -
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (7855)
-
How to apply any mask.png on a video with ffmpeg
18 novembre 2022, par Talha KhalidI am adding a 1.mp4 on a video 2.mp4, and i want to add a mask on overlay video(1.mp4)




I want to apply this mask on 1.mp4

I'm using chrome key right now

ffmpeg -t 5 -r 30 -f lavfi -i color=c=black:s=640x360
 -i 1.mp4
 -i mask2.png
 -i 2.mp4
 -filter_complex "
 [1:v]scale=500x281[v1];
 [2]scale=500x281[mask];
 [v1][mask]overlay, chromakey=0x00FF00:0.25:0.08 [v2];
 [3:v]scale=640x360[v3];
 [0][v3]overlay [out1];
 [out1][v2]overlay=0:0"
 -y output.mp4





But it also removes color from videos.

I'm not sure but i think it can be done by negate

also i don't need audio command, i already done that part

Thanks

-
libopencv : Check kernel_str life cycle
1er février 2015, par Luca Barbato -
Anomalie #4717 : Erreurs nombre d’argument des filtres
8 avril 2021, par b bC’est amha le prix à payer de la compatibilité avec des versions de PHP récentes, je ne suis pas certain qu’on doive faire le grand écart pour que SPIP soit plus tolérant que son moteur (PHP) au risque d’avoir à prévoir plein de cas foireux dans SPIP, mais si on peut le faire sans trop d’effort et de lourdeur de code, gogogo bien sûr :)