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

Optimise image auto-encode by using the succesful crf-search "sample" #62

Open
alexheretic opened this issue Oct 22, 2022 · 0 comments · May be fixed by #100
Open

Optimise image auto-encode by using the succesful crf-search "sample" #62

alexheretic opened this issue Oct 22, 2022 · 0 comments · May be fixed by #100
Labels
enhancement New feature or request

Comments

@alexheretic
Copy link
Owner

Images are fully encoded during the crf-search, so the successful final sample is the fully encoded image at the right crf.

This is currently deleted and then the encode is run again with the same settings, as the code is generalised for the (video) case where samples are not the same as a full encode.

@alexheretic alexheretic added the enhancement New feature or request label Oct 22, 2022
@Pyroglyph Pyroglyph linked a pull request Dec 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant