The issue that I have at hand is that I have some streams that are showing 5 
Mbps for bitrate, but the engineers writing some code say that they are 
encoding at 1024 kbps. The 5 Mbps is being reported from metadata, but the 
encoding engine is just passing along an arbitrary metadata file with the 
stream, which is incorrect.

I use ffprobe thinking that it is actually probing the media stream. Decoding a 
segment and reporting the metrics that it finds.
I'd like to get the actual decoded data details. Specially bitrate.

Thanks for your help.

     [http://graphics.hotmail.com/emarrow_right.gif]   Alvaro C. Jimenez  
[http://graphics.hotmail.com/emarrow_left.gif]

________________________________
From: ffmpeg-user <[email protected]> on behalf of Carl Eugen 
Hoyos <[email protected]>
Sent: Tuesday, May 22, 2018 1:37 PM
To: FFmpeg user questions
Subject: Re: [FFmpeg-user] ffprobe reported data

2018-05-18 22:27 GMT+02:00, Alvaro Jimenez <[email protected]>:
> Does FFPROBE report stream info by reading metadata or it actually
> decodes the stream to report media specs?

That depends on what you mean with "stream info".
Some of the printed information is metadata (like "id", some information
(like resolution and pix_fmt) needs decoding.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to