Simple:
1.Want a logo to be only for specific times on a video,
motivation : reduce length of the process if possible.
the code used for logo is this one:
ffmpeg -i output0.mp4 -vf “movie=logo.png [watermark]; [watermark]scale=220×220 [watermark2];[in][watermark2] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]” output0logo0done.mp4
Would Want like something like this if possible: keep the logo for 1 minute then 4 minutes later keep the logo again for 1 minute.
Tried searching about this request, the answers found were related to ->
split the parts like 1,2,3,4,5 only add the logo to odd parts ->
combine them after, this may be too troublesome
1