[FFmpeg-devel] [PATCH] lavfi: add realtime filter.

Moritz Barsnick barsnick at gmx.net
Mon Oct 26 21:28:31 CET 2015


> This is how it works with fields of type AV_OPT_TYPE_DURATION: the value is
> internally in microseconds (AV_TIME_BASE), but the user interface converts
> the strings in seconds, multiplying them by 1000000, or even in
> H:MM:SS.DDDDDD.

Ah, I missed that fact. I just scanned "ffmpeg -h full" for other
options using microseconds and how they document them - not their
actual source and the type.

> The display of the default value is inconsistent, though. I just sent a
> patch about it.

Good work.

Moritz


More information about the ffmpeg-devel mailing list