Thanks will give it a try
 Joolz 

    On Thursday, 3 March 2016, 10:48, Clément Bœsch <u...@pkh.me> wrote:
 
 

 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.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


 
  
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to