Apply auto-build changes

This commit is contained in:
HaveAGitGat 2024-06-01 05:43:11 +00:00 committed by github-actions[bot]
parent 57b4662c3d
commit 808e43e2b5
2 changed files with 27 additions and 1 deletions

View file

@ -171,6 +171,14 @@ var CLI = /** @class */ (function () {
percentage: percentage,
});
}
var fps = (0, cliParsers_1.getHandBrakeFps)({
str: str,
});
if (fps > 0) {
_this.config.updateWorker({
fps: fps,
});
}
}
else if (_this.config.cli.toLowerCase().includes('ffmpeg')) {
var n = str.indexOf('fps');