Skip to content
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

--probe-slow duplicate coding causes the whole process to increase in length #818

Open
PorcelainSky opened this issue Mar 26, 2024 · 0 comments

Comments

@PorcelainSky
Copy link

--probe-slow when enabled will encode according to the given parameters, then there is no need to encode again when the target crf is computed, as it is already encoded. The file generated in the split folder and the file generated by specifying the crf in the encode file are the same file. Therefore, for target quality mode when --probe-slow is enabled, you only need to copy the files in the split folder that correspond to the calculated crf value to the encode folder. This will reduce the time needed to encode the entire video at once. In a 4+ minute video I tested, it was about 30% less time. (Of course this also depends on the number of --probes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant