Update av1an.py

This commit is contained in:
Zen 2020-01-26 18:36:43 +02:00
parent d8f3e95a10
commit 88ae0d7b07

View file

@ -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')