[FFmpeg-devel] [PATCH] ffmpeg.c: add an option "detail_stats" to allow ffmpeg to output stats for each stream

Michael Niedermayer michael at niedermayer.cc
Wed Aug 29 22:18:25 EEST 2018


On Mon, Aug 27, 2018 at 11:48:46PM -0700, Wang Cao wrote:
> From: Wang Cao <doubleecao at gmail.com>
> 
> Add an option "detail_stats" to ffmpeg to output stats for each video/audio streams and each ouptut file ffmpeg output log in print_report. The format of stats is unchanged.

this changes -progress output

./ffmpeg -progress progress -i mm-small-short.mp4  -f null -

 stream_0_0_q=-0.0
 bitrate=N/A
 total_size=N/A
-out_time_us=1002667
-out_time_ms=1002667
-out_time=00:00:01.002667
+out_time_us=1000000
+out_time_ms=1000000
+out_time=00:00:01.000000
 dup_frames=0
 drop_frames=0

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you fake or manipulate statistics in a paper in physics you will never
get a job again.
If you fake or manipulate statistics in a paper in medicin you will get
a job for life at the pharma industry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180829/7b16ba48/attachment.sig>


More information about the ffmpeg-devel mailing list