fifonik / FFMetrics

Visualizes Video Quality Metrics (PSNR, SSIM & VMAF) calculated by ffmpeg.exe
570 stars 22 forks source link

[Feature] Add "analyze bitrate" as an option #97

Closed lextra2 closed 1 year ago

lextra2 commented 2 years ago

Something like this 2420572-05

fifonik commented 2 years ago

Not sure if this is related to metric. And I do not know if this can be done with ffmpeg. I'm personally use Bitrate Viewer program for this: image

lextra2 commented 2 years ago

Not sure if this is related to metric

It is

And I do not know if this can be done with ffmpeg

Me neither. But I figured by now there was a way. Oh well.

I'm personally use Bitrate Viewer program for this

Yep. I know about that program. But I think it only supports h264.

caiusseverus commented 1 year ago

You can use the npm package plotframes to do that. It pulls data using ffmpeg and plots it using gnuplot.

https://github.com/rodrigopolo/plotframes

teb commented 1 year ago

I love bitrateviewer, but theres no development here unfortunatly. Something like the same functionality would be great!

fifonik commented 1 year ago

I've just released another program with similar UI -- FFBitrateViewer. Unfortunately, I do not have plans to in-build this functionality into FFMetrics.