[FFmpeg-devel] [PATCH] avfilter: Add delay filter

Meredydd Luff meredydd at senatehouse.org
Sat Jan 26 02:24:31 EET 2019


So far, we have an audio delay filter (adelay), but no video delay.
This patch adds one.

(NB the difference with tpad - tpad does not alter the pts of the
passed-through frames, which causes A/V sync badness with large delays
[at least when running live]. delay uses a circular buffer of frames,
and emits each delayed frame with the pts of the frame that replaced
it in the buffer.)

Meredydd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-Add-delay-filter.patch
Type: text/x-patch
Size: 9334 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190126/8f0c2db4/attachment.bin>


More information about the ffmpeg-devel mailing list