On Thu, Mar 03, 2016 at 09:41:27AM +0000, JULIAN GARDNER wrote: > How would i go about adding an .png overlay to a live stream for 5 minutes > every hour? Joolz
overlay has support for timeline, so an overlay with enable option, using an expression with t for the time, between() to bound to 5 minutes, and a mod() to have a redundancy every hour should do. I'd say something like enable='between(mod(t,60*60), 0, 5*60)' (untested). -- Clément B.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
