1
0
Fork 0

fix quoting

This commit is contained in:
Tyrel Souza 2023-10-08 14:48:58 -04:00
parent b29305d117
commit 3b4d72de8e
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ title={title}
'-map_metadata', '1',
'-c:a', 'libfdk_aac',
'-b:a', '128k',
'-f', 'mp4', f'"{self.title}.m4b"',
'-f', 'mp4', f'{self.title}.m4b',
]
if subprocess.run(commands).returncode == 0:
print("FFmpeg Script Ran Successfully")