forked from rDrama/rDrama
1
0
Fork 0

reencode audio too

master
Aevann 2024-02-05 09:08:58 +02:00
parent 64c8cea9b5
commit 368fb2bb03
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def process_audio(file, v, old=None):
new = old + extension
try:
ffmpeg.input(old).output(new, loglevel="quiet", map_metadata=-1, acodec="copy").run()
ffmpeg.input(old).output(new, loglevel="quiet", map_metadata=-1).run()
except:
os.remove(old)
if os.path.isfile(new):