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

Add developer CLI flags for tuning encoder internals #3047

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 6, 2022

  1. Add developer CLI flags for tuning encoder internals

    Currently adds the following:
    - `--deblock-strength`
    - `--deblock-sharpness`
    - `--ip-ratio`
    - `--pb-ratio`
    - `--b-ratio`
    - `--temporal-rdo-strength`
    
    These flags will be available only if the `devel` feature flag
    is active, as they are intended to be used to ease development
    and not to be tweaked by end users. rav1e continues to subscribe
    to the philosophy that end users should not need to be cargo culting
    their command lines to get optimal results, and we would prefer to
    tune the encoder internals so that users do not have to.
    shssoichiro committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    91ca870 View commit details
    Browse the repository at this point in the history