[FFmpeg-devel] [PATCH 0/1] mov.c: improvement to fMP4 bitrate estimation

Nick Ryan nick.paul.ryan at gmail.com
Wed Sep 26 14:55:46 EEST 2018


Current code estimates bitrate by taking size of a single fragment and dividing by the total duration.
This patch changes calculation to be based on duration used for framerate estimation.

Nick Ryan (1):
  possible fix to correct (improve) bitrate estimation for streams in
    fragmented MP4 when calculation is based on trex_data

 libavformat/mov.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1 (Apple Git-112)



More information about the ffmpeg-devel mailing list