]> git.sesse.net Git - ffmpeg/commit
ffmpeg: add option stats_period
authorGyan Doshi <ffmpeg@gyani.pro>
Mon, 21 Dec 2020 08:46:49 +0000 (14:16 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Tue, 22 Dec 2020 19:11:07 +0000 (00:41 +0530)
commit842714b5cb4112ec6805ed228b34d711024ad9e2
tree74ad01f5af35ea046040dc5ead7c8fc310b90e57
parent686c07fb1e0455c4205eaad18e8a01bf64058dec
ffmpeg: add option stats_period

At present, progress stats are updated at a hardcoded interval of
half a second. For long processes, this can lead to bloated
logs and progress reports.

Users can now set a custom period using option -stats_period
Default is kept at 0.5 seconds.
doc/ffmpeg.texi
fftools/ffmpeg.c
fftools/ffmpeg.h
fftools/ffmpeg_opt.c