
Recherche avancée
Autres articles (35)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les images
15 mai 2013 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
Sur d’autres sites (2519)
-
Revision 35104 : intval et non invtal
11 février 2010, par kent1@… — Logintval et non invtal
-
swr : fix time.h include
22 juin 2016, par Clément Bœsch -
I need command to overlay video at specied time
26 février 2021, par Norman NyeI have two video, one length video (main) and other 6 second length (bg). I want to overlay bg over main after every 20 second.


I try some ways but after bg run, video stop or if it can run it show bg only one time and no more loop.


ffmpeg -y -i "{input}.*" -stream_loop -1 -i bg.mp4 -filter_complex "[0:v]scale=1280:720[v0];[1:v]scale=1280:720[v1];[v0][v1]overlay=enable='lt(mod(t,20),6)':shortest=1" -vcodec libx264 -pix_fmt yuv420p -b:v 3000k -acodec libmp3lame -b:a 128k -ar 44100 -r 20 -ac 2 -threads 0 -shortest -preset superfast "{output}.mp4"



Please help me.


Thank you.