From 8f3eeedab1067a88ae8261771a46e60f411ab880 Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:41:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04f4ace..1cbd4f5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With your own parameters: av1an -i input -enc aom -v " --cpu-used=3 --end-usage=q --cq-level=30 --threads=8 " -w 10 --split_method aom_keyframes --vmaf_target 95 --vmaf_path "vmaf_v0.6.1.pkl" -min_q 20 -max_q 60 - -ff " -vf scale=-1:720 " -a " -c:a libopus -b:a 24k " -s scenes.csv -log my_log -o output + -ff " -vf scale=-1:720 " -a " -c:a libopus -ac 2 -b:a 192k " -s scenes.csv -log my_log -o output

Usage