Skip to content

av1an duplicating some params #1211

Description

@motbob

Windows, a33162f nightly.

C:\Users\sing4\Desktop\video\av1an\av1an.exe -i dandadan05_simple.vpy -e aom -v "--bit-depth=10 --input-bit-depth=10 --cpu-used=3 --end-usage=q --cq-level=21 --threads=2 --kf-max-dist=999 --kf-min-dist=999 --arnr-strength=0" --scenes dandadan05_scenes.log --extra-split 275 --photon-noise 1 --chroma-noise -w 6 -o dandadan05.ivf

results in

Image

I set cpu-used=3, cq-level=21, and threads=2. You can see in the screenshot that the encoder is showing cpu-used=6, cq-level=30, and threads=8 and the desired cpu-used=3, cq-level=21, and threads=2. I don't know which is actually taking effect (probably the latter).

Using --no-defaults fixes the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions