fix(burnin): space in path was crashing

This commit is contained in:
Milan 2020-10-01 10:15:56 +01:00
parent 4fc5fa46dd
commit 945a6d88b9

View file

@ -15,7 +15,7 @@ ffprobe_path = pype.lib.get_ffmpeg_tool_path("ffprobe")
FFMPEG = (
'{} -loglevel panic -i %(input)s %(filters)s %(args)s%(output)s'
'{} -loglevel panic -i "%(input)s" %(filters)s %(args)s%(output)s'
).format(ffmpeg_path)
FFPROBE = (