rust-av/Av1an

av1an duplicating some params

Aberta

#1.211 aberto em 6 de fev. de 2026

 (7 comentários) (0 reação) (0 responsável)Rust (188 forks)auto 404
good first issue

Métricas do repositório

Stars
 (1.958 estrelas)
Métricas de merge de PR
 (Mesclagem média 22d 18h) (4 fundiu PRs em 30d)

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.

Guia do colaborador