mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
removed testing resolution
This commit is contained in:
parent
2af456fde2
commit
e099d281e7
1 changed files with 2 additions and 2 deletions
4
avian.py
4
avian.py
|
@ -191,9 +191,9 @@ def compose_encoding_queue(encoding_params, files):
|
|||
|
||||
pass_2_commands = [
|
||||
(f'-i {file[0]} {ffmpeg_pipe}' +
|
||||
f' aomenc -q {two_pass_1} -w 30 -h 20 {encoding_params} --fpf={file[0]}.log -o /dev/null -',
|
||||
f' aomenc -q {two_pass_1} {encoding_params} --fpf={file[0]}.log -o /dev/null -',
|
||||
f'-i {file[0]} {ffmpeg_pipe}' +
|
||||
f' aomenc -q {two_pass_2} -w 30 -h 20 {encoding_params} --fpf={file[0]}.log -o {file[1]} -'
|
||||
f' aomenc -q {two_pass_2} {encoding_params} --fpf={file[0]}.log -o {file[1]} -'
|
||||
, file[2])
|
||||
for file in file_paths]
|
||||
|
||||
|
|
Loading…
Reference in a new issue