fix quoting
This commit is contained in:
parent
b29305d117
commit
3b4d72de8e
@ -46,7 +46,7 @@ title={title}
|
|||||||
'-map_metadata', '1',
|
'-map_metadata', '1',
|
||||||
'-c:a', 'libfdk_aac',
|
'-c:a', 'libfdk_aac',
|
||||||
'-b:a', '128k',
|
'-b:a', '128k',
|
||||||
'-f', 'mp4', f'"{self.title}.m4b"',
|
'-f', 'mp4', f'{self.title}.m4b',
|
||||||
]
|
]
|
||||||
if subprocess.run(commands).returncode == 0:
|
if subprocess.run(commands).returncode == 0:
|
||||||
print("FFmpeg Script Ran Successfully")
|
print("FFmpeg Script Ran Successfully")
|
||||||
|
Loading…
Reference in New Issue
Block a user