rust-av/Av1an

av1an duplicating some params

Ouverte

#1 211 ouverte le 6 févr. 2026

 (7 commentaires) (0 réaction) (0 personne assignée)Rust (188 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (1 958 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur