
Recherche avancée
Autres articles (48)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (4094)
-
Use output as input
30 juin 2022, par Xavi FontI want to take an input file and make a lot of stuff with it, like changing colours, adding overlays, etc... and I do so again with another input, and again, and again, until I am satisfied with the number of clips generated... but on the same command, I want to take the output of all of those tasks and concatenate them... if that is possible.


In my case :


- 

- Take image and make it a five second video (ffmpeg -loop 1 -I
input.jpg -t 5 output.mp4)
- Take that video from image and add a watermark
- Do the same with multiple other images (convert them to video and
add a watermark)
- Concatenate them into a single video (-filter_complex "[output of video of image with watermark 1][output of video of image with watermark 2][output of video of image with watermark 3]concat=n=3")
- Finally, output the video that contains a concatenation of five
second clips of a static image with a watermark on top.












You don't have to do the work for me... that is just instructions on what I need o do... I just want to know how to take the five second clips with he watermark and concatenate them, all in a single command.


I just want to know how to take the output of a computation and use it as the input of another.


-
configure : clarify external library section of help output
16 juillet 2012, par Diego Biurrunconfigure : clarify external library section of help output
-
configure : clarify external library section of help output
16 juillet 2012, par Diego Biurrunconfigure : clarify external library section of help output