I've searched for days to find this solution. All i found was ways to add the logo the first seconds or after a few seconds or only between certain parts (for example between 30 and 210 seconds)
So the main question is: How to add my logo for the last 60 seconds in a video with ffmpeg? I have a lot of videos all different lengths and simply want the last 60 seconds to overlay with a .png logo (in this case also at the left bottom of the screen)
Currently i'm using what you see below which works fine (shows logo always except between 30-210 seconds of videos) but like i mentioned in title, it does not do exactly do what i want.
-i video.mp4 -vf "movie=/logo.png [watermark]; [in][watermark] overlay=1:main_h-overlay_h-1:enable=not(between'(t,30,210)') [out]"