This commit is contained in:
Zen 2020-01-13 17:53:29 +02:00
parent 25a3eb8d2f
commit 08b2a75d7c

View file

@ -170,7 +170,7 @@ class Av1an:
Replace ffmpeg with aomenc because ffmpeg libaom doen't work with parameters properly
"""
for i in commands[:-1]:
cmd = rf'{FFMPEG} -an {i} &> /dev/null'
cmd = rf'{FFMPEG} -an {i} {self.logging}'
os.system(cmd)
def concatenate_video(self, input_video):