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

auto-encode: make it clearer which crf was used for encoding #272

Open
HolyGit12 opened this issue Jan 12, 2025 · 1 comment
Open

auto-encode: make it clearer which crf was used for encoding #272

HolyGit12 opened this issue Jan 12, 2025 · 1 comment

Comments

@HolyGit12
Copy link

I am testing some parameter

ab-av1.exe auto-encode -i "v:\neu\Test6\pt2.mkv" --preset 4 --min-vmaf 94.5 --min-samples 4 --sample-duration 5s --sample-every 3m -v

Encoding v:\neu\Test6\pt2.av1.mkv )

  • crf 32 VMAF 94.66 (30%) )
  • crf 46 VMAF 84.86 (12%) )
  • crf 33 VMAF 94.12 (28%) )
    00:08:32 crf 33 11/11 ######################################################################### (VMAF 94.66, size 30%)

Which CRF does ab-av1 use for encoding? CRF 33 or 32? Could you add a line to make this clear?

@alexheretic
Copy link
Owner

In that case crf 32 was used, yes I think the auto-encode output can be a bit clearer about this. Maybe just updating the search bar to the selected crf instead of the last one tried.

@alexheretic alexheretic changed the title confused by shown crf auto-encode: make it clearer which crf was used for encoding Jan 21, 2025
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

3 participants
@alexheretic @HolyGit12 and others