mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
changed format to webm
This commit is contained in:
parent
2802994602
commit
8513efa0ae
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -91,7 +91,7 @@ def concat():
|
|||
for file in sorted(files):
|
||||
f.write(f"file '{os.path.join(root, file)}'\n")
|
||||
|
||||
cmd = f'ffmpeg -f concat -safe 0 -i {os.getcwd()}/temp/concat.txt -i {os.getcwd()}/temp/audio.aac -c copy output.mp4'
|
||||
cmd = f'ffmpeg -f concat -safe 0 -i {os.getcwd()}/temp/concat.txt -i {os.getcwd()}/temp/audio.aac -c copy output.webm'
|
||||
subprocess.Popen(cmd, shell=True).wait()
|
||||
print('File finished')
|
||||
|
||||
|
|
Loading…
Reference in a new issue