[FFmpeg-devel] [PATCH] avfilter: add Audio Video Sync Test filter

Nicolas George george at nsup.org
Sat Aug 19 17:20:34 EEST 2017


Le duodi 2 fructidor, an CCXXV, Paul B Mahol a écrit :
> That is not delay between blink and beep. But video timestamps.

Since the beeps happen every second, the delay is the fractional part,
or the remainder of the frame count divided by the frame rate. But if
you think this arithmetic is too complex for our users, feel free to
propose an option to add it on testsrc2.

> For lipsync one would need to alter so blinks happens at exact same
> time as beeps.

They do.

> Say delay is 10 frames, you modify filter to produce delayed blinks.

I think it should be a job for setpts, but if you consider that too
complex, again, I am not against a time delay option to testsrc2.

> > The beep is when the cross is fully contracted.
> That is far for being user friendly and obvious.

It looks as obvious as the bumping dot on the videos you showed, in my
opinion.

Anyway, I am not against you wasting your time adding yet another test
pattern, but not as proposed in this patch: use the framework of all the
test patterns and make it bit-exact.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list