Hello,
I'm a big user of the old app Bitrate Viewer, to see the bitrate and max bitrate of a video, I know this app hasn't been update for ages but I was wondering if there's a version of it or another app that can do the same functions but for H265/HEVC so easily ?
Thanks guys
+ Reply to Thread
Results 1 to 6 of 6
-
-
InB4DevOps bitrate-viewer can plot a graph using Python and ffprobe, rather independently of the used codec, as long as ffprobe supports the format.
-
Yes, this one will work with H.265 but it's only Windows.
Code:https://github.com/fifonik/FFBitrateViewer
-
I clicked on your link, but the page says it's never been released. Why are you suggesting something that's not ready for use? And if it is ready, why hasn't it been released so we can download it and run it? (Btw, I've never been a fan of "github" as it's too cryptic for us laymen.)
-
github stuff is posted in a raw form (source code, a code in a specific coding language), so anyone can take it (following license) and include it in other projects.
Eventually someone might actually take that source code (if it was not done already), take those python modules (with requirements) and create GUI and asks you for mere $99.99 to use it (or not)If code is MIT license, it can be done.
No release published, means it was not compiled into something like that, a clickable exe file etc.
So right now you need to have python installed, have that module installed and run it in some terminal: python main.py -i video.mp4 -f json
Similar Threads
-
Best/Fastest converter for HEVC H265 using hardware
By gooroomp in forum Video ConversionReplies: 6Last Post: 7th Jun 2021, 10:10 -
h265: different bitrate for same CRF in Avidemux and Virtualdub
By Vovan in forum Video ConversionReplies: 2Last Post: 17th Jul 2020, 12:12 -
H265/HEVC to H264/AVC
By Daringbaaz in forum Newbie / General discussionsReplies: 5Last Post: 22nd Sep 2019, 11:34 -
HEVC / H265 video conversion on Android
By Steve75 in forum Video ConversionReplies: 14Last Post: 21st Jul 2019, 02:42 -
Bitrate Viewer has stopped working... all of a sudden
By Dioxaz in forum Newbie / General discussionsReplies: 0Last Post: 15th May 2019, 17:40