BatchEncoder/config/progress/GetProgress_QaacEnc.progress

5 строки
156 B
Plaintext

function GetProgress(s)
if string.match(s, '%ssamples processed%s') ~= nil then return "100";
else return string.match(s, '%[(%d+.%d+)%%%]'); end;
end