fixed list formatting so it is actually accepted by ffmpeg
This commit is contained in:
parent
d7a0be71fb
commit
25257de14b
@ -60,5 +60,5 @@ timesLoop = ceil(longer.seconds / shorter.seconds)
|
||||
|
||||
with open('list.txt', 'w') as f:
|
||||
for i in range(timesLoop):
|
||||
print(shorterFile, file=f)
|
||||
print("file '{}'".format(shorterFile), file=f)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user