makemkvcon read speed

The place to discuss linux version of MakeMKV
Post Reply
roidy
Posts: 3
Joined: Sat Feb 22, 2025 3:30 pm

makemkvcon read speed

Post by roidy »

When using makemkvcon is the a way to return the read speed like in the gui. I can get the progress on the console:-

PRGV:0,1034,65536

How do I get the read speed?
flojo
Posts: 216
Joined: Thu Jun 22, 2023 4:27 am
Location: El Paso

Re: makemkvcon read speed

Post by flojo »

I think the GUI sometimes prints a floating point value, so I assume the GUI calculates it.
demon
Posts: 143
Joined: Sat Dec 20, 2014 7:06 am

Re: makemkvcon read speed

Post by demon »

In my scripts, I take the second value and divide by the third value, multiply that by the size, and then divide by the type-specific (DVD versus BD) expected read-rate.
Post Reply