master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.46k stars 151 forks source link

Does svt-av1 target-quality support using `--qp`? #766

Open JustSimplyKyle opened 1 year ago

JustSimplyKyle commented 1 year ago
          inplace_vec![
            "SvtAv1EncApp",
            "-i",
            "stdin",
            "--lp",
            threads.to_string(),
            "--preset",
            "12",
            "--keyint",
            "240",
            "--crf",
            q.to_string(),
            "--tile-rows",
            "1",
            "--tile-columns",
            "2",
          ]

from construct_target_quality_command() it doesn't seem like it would? so if it doesn't, would it be possible to support it?

JustSimplyKyle commented 1 year ago

yes of course, but I was planning to do --qp anything and I'm not sure whether it would modify the parameters after --qp