> 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) _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
