mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
+
This commit is contained in:
parent
25a3eb8d2f
commit
08b2a75d7c
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -170,7 +170,7 @@ class Av1an:
|
||||||
Replace ffmpeg with aomenc because ffmpeg libaom doen't work with parameters properly
|
Replace ffmpeg with aomenc because ffmpeg libaom doen't work with parameters properly
|
||||||
"""
|
"""
|
||||||
for i in commands[:-1]:
|
for i in commands[:-1]:
|
||||||
cmd = rf'{FFMPEG} -an {i} &> /dev/null'
|
cmd = rf'{FFMPEG} -an {i} {self.logging}'
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
|
|
||||||
def concatenate_video(self, input_video):
|
def concatenate_video(self, input_video):
|
||||||
|
|
Loading…
Reference in a new issue