mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Update av1an.py
This commit is contained in:
parent
d8f3e95a10
commit
88ae0d7b07
1 changed files with 2 additions and 1 deletions
3
av1an.py
3
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')
|
||||
|
|
Loading…
Reference in a new issue