-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom ETA calculation #174
Comments
One workaround could be to increase granularity from using encoding progress |
#175 improves some scenarios but I can still see it eta rocketing up to years when it should be minutes. |
Why not base the ETA on frames per second? |
Indeed. Currently we use upstream eta calc based on progress bar updates. So yes replacing that with a custom calculation we can base it on ffmpeg reported rate. We can also account for vmaf rate & encoding rate in crf-searches. |
Current eta provided by upstream indicatif has issues with slow ticks of some encode jobs. It also struggles with switching between different rates of encoding and VMAF part of a single job.
A custom eta calculation tailored for ab-av1 usage may do better.
The text was updated successfully, but these errors were encountered: