Log in

View Full Version : H265 bitrate viewer?


remainz
7th June 2016, 20:09
Does anyone know of a free bitrate viewer for H265?

thanks remainz

x265_Project
7th June 2016, 20:15
Are you trying to see the overall bit rate of the video stream? If so, use MediaInfo.

Are you trying to see the frame by frame bit rate? For that you would want an HEVC analyzer. There are many to choose from.

pandy
8th June 2016, 19:08
Also ffprobe can be used - some parser to analyse information extracted from stream is required but spreadsheet software can be used for this (or any scripting language).

raffriff42
8th June 2016, 20:27
Deja vu -
http://forum.doom9.org/showthread.php?p=1692702#post1692702

pandy
22nd June 2016, 14:24
Deja vu -
http://forum.doom9.org/showthread.php?p=1692702#post1692702

Yep... but it works and there is almost no development...
Thanks for script!

Vincent Vega
19th May 2017, 18:14
Are you trying to see the frame by frame bit rate? For that you would want an HEVC analyzer. There are many to choose from.

could you recommend such a freeware hevc analyzer for windows that could show frame by frame bit rate, like konran's bitrate viewer did for old codecs?

benwaggoner
22nd May 2017, 16:09
could you recommend such a freeware hevc analyzer for windows that could show frame by frame bit rate, like konran's bitrate viewer did for old codecs?
If you are using x265, just encode with --log-level 2 --csv foo.csv.

That will give you a frame-by-frame file that lists a whole lot of fun per-frame data, including bytes.

Forteen88
10th July 2018, 13:17
I found one,
https://sourceforge.net/projects/gtilhevcanalyzer/
But I couldn't get it to work on my *.hevc file.

Balling
30th May 2023, 00:09
YUView works, but not in all cases. But this is even cooler, uses ffprobe and python scripts https://github.com/InB4DevOps/bitrate-viewer

Used here, BTW 10 bit SDR blu-ray. Cool. https://caps-a-holic.com/c.php?d1=15793&d2=17363&c=1687

Another something else is used here. https://caps-a-holic.com/c.php?d1=10727&d2=15782&c=1687