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

Michael Bradshaw mjbshaw at gmail.com
Wed Dec 28 08:05:34 EET 2016


From: Michael Bradshaw <mjbshaw at google.com>

Hi,

Attached patch adds a -time_base parameter to ffmpeg output streams. This parameter sets the initial AVStream.time_base value for the output streams, thus providing a time base hint to the muxer.

Please review.

Michael Bradshaw (1):
  ffmpeg: Add -time_base option to hint the time base

 ffmpeg.c     |  6 ++++--
 ffmpeg.h     |  2 ++
 ffmpeg_opt.c | 16 +++++++++++++++-
 3 files changed, 21 insertions(+), 3 deletions(-)

-- 
2.10.1 (Apple Git-78)



More information about the ffmpeg-devel mailing list