On 27.04.2021 20:38, David Niklas wrote:
Hello,
If I ffprobe an mp4 file I can see things like its bitrate and its
resolution. But, I can't find what the quantization of the video is.

How can I determine that?

You can take a look at the pixel format (pix_fmt) value of the video stream. To map the pixel format into bits-per-pixel use the table printed by "ffprobe -pix_fmts". Or for more information about the pixel formats including the bit-depth per components use "ffprobe -show_pixel_formats -print_format json".

Regards,
Tobias

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

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

Reply via email to