[FFmpeg-devel] [FFmpeg-cvslog] ffmpeg: Add -time_base option to hint the time base

Clément Bœsch u at pkh.me
Sun Jan 15 00:25:20 EET 2017


On Sat, Jan 14, 2017 at 01:46:02PM -0800, Michael Bradshaw wrote:
> On Sat, Jan 14, 2017 at 1:12 PM, Clément Bœsch <u at pkh.me> wrote:
> >
> > erm. We have at least a codec option with that same name. How much does it
> > conflict with this?
> >
> 
> The only use of a "time_base" option I'm aware of is in buffer/abuffer in
> libavfilter. Is there another one somewhere else?
> 

libavcodec/options_table.h:{"time_base", NULL, OFFSET(time_base), AV_OPT_TYPE_RATIONAL, {.dbl = 0}, 0, INT_MAX},

-- 
Clément B.


More information about the ffmpeg-devel mailing list