[FFmpeg-user] Use ffmpeg to delay webcam feed with dshow displayed locally
Ted Park
kumowoon1025 at gmail.com
Wed Feb 13 16:50:15 EET 2019
> Hi - it very well might, but I'm not sure how to combine those. Would you be willing to give me an example?
There is a buffer parameter for the cue filter, you can just set it a reasonable number of seconds bigger than your delay introduced by cue. In bash, you can set something like
cue=cue=(`date +%s`+$DELAY)*1000000:buffer=20
(The cue timestamp is in microseconds)
More information about the ffmpeg-user
mailing list