rust-av/Av1an

av1an duplicating some params

Open

#1,211 opened on Feb 6, 2026

 (7 comments) (0 reactions) (0 assignees)Rust (188 forks)auto 404
good first issue

Repository metrics

Stars
 (1,958 stars)
PR merge metrics
 (PR metrics pending)

Description

Windows, https://github.com/rust-av/Av1an/commit/a33162f1b350475a7b230b308020d480a2373f42 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.

Contributor guide