
Recherche avancée
Autres articles (68)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (7399)
-
How to use ffmpeg to merge the median of pixels in 2 videos
24 avril 2020, par jocelynI'm new to coding and ffmpeg so please go easy on me !



I am trying to merge 2 videos (they are identical) using the median of the each pixel. I have to use ffmpeg to do this but am unable to find any information online.



I have managed to merge 2 identical videos using the average of each pixel using the following command(I think at least, I'm not sure how to tell if this worked but the command didn't give any errors so I assume it did)
- "ffmpeg -i video1.avi -i video2.avi -filter_complex "blend=all_mode='average'" mergedvideo.avi"



Can anyone help provide more information on how I can use ffmpeg to merge the videos using the median of each video pixel ?



Thanks in advance !


-
concatenating multiple url's with ffmpeg
8 mai 2021, par JohnTerryI am trying to concat multiple urls with ffmpeg. let's say i have 4 urls which i want to concat and instead of adding those urls into
files.txt
manually, I want them to add them automatically.

the command i am using is-


file = "/home/xyz/Desktop/abc/files.txt"
 out = "/home/xyz/Desktop/abc/output.mp4"
 cmd = "ffmpeg -f concat -protocol_whitelist file,http,https,tcp,tls,crypto -safe 0 -i {} -c copy {}".format(file,out)
 os.system(cmd)



now is there any way to put the online urls in files.txt automaticlly ?


-
How to merge init.mp4 file with m4s segments on windows command
5 juillet 2018, par BellaI have a online video file which I have paid for and would like to download and keep for personal use. The video file on the website has an initial mp4 file and m4s files in segments. I have tried Invidownloader but it isn’t working when I try to convert the concatenated m4s file to mp4. I think it might be because the program isn’t concatenating the mp4 and m4s files together properly ? Would there by any possible way I will be able to merge all the files together so I can download and merge all the file to a single playable mp4 file ?
If it requires any command, it would be helpful if it is for windows command.
I am also open to any other useful program recommendations as well. Anything that will allow me to merge all the files.