makemkvcon read speed

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

makemkvcon read speed

#1 Post by roidy » Sun Feb 23, 2025 1:57 pm

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: 223
Joined: Thu Jun 22, 2023 4:27 am
Location: El Paso

Re: makemkvcon read speed

#2 Post by flojo » Sun Feb 23, 2025 4:43 pm

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

#3 Post by demon » Tue Jul 08, 2025 8:37 pm

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