quote output file too

This commit is contained in:
2022-01-13 12:22:01 +02:00
parent 5bb4c1805b
commit 9df58b99ac
2 changed files with 2 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ class Marker:
print("# {}: {} / {}".format(i + 1, self.format_time(ts), ts + 1))
if len(self.stamps) > 0:
print(
"ffmpeg -i '{}' -ss {} -to {} -c copy {}.trimmed.mp4".format(
"ffmpeg -i '{}' -ss {} -to {} -c copy '{}.trimmed.mp4'".format(
self.opts.video,
self.format_time(self.stamps[0]),
self.format_time(self.stamps[-1]),