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?
makemkvcon read speed
Re: makemkvcon read speed
I think the GUI sometimes prints a floating point value, so I assume the GUI calculates it.
Re: makemkvcon read speed
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.