fixed list formatting so it is actually accepted by ffmpeg

This commit is contained in:
Kjistóf 2017-01-15 21:18:10 +01:00
parent d7a0be71fb
commit 25257de14b
1 changed files with 1 additions and 1 deletions

View File

@ -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)