From 88ae0d7b0797bc9b9148321345e172873f409ab8 Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Sun, 26 Jan 2020 18:36:43 +0200 Subject: [PATCH] Update av1an.py --- av1an.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/av1an.py b/av1an.py index 2778e75..4590b1c 100755 --- a/av1an.py +++ b/av1an.py @@ -213,7 +213,8 @@ class Av1an: return videos def svt_av1_encode(self, file_paths): - # SvtAv1EncApp -i input.yuv -w 1920 -h 1080 -fps 24 -rc 2 -tbr 10000 -enc-mode 5 -b output.ivf + # ffmpeg -i input_file -pix_fmt yuv420p -f yuv4mpegpipe - | + # SvtAv1EncApp -i - -w 1920 -h 1080 -fps 24 -rc 2 -tbr 10000 -enc-mode 5 -b output.ivf if self.args.encoding_params == '': print('-w -h -fps is required parameters for svt_av1 encoder')