From 99487b84a2e77144130816cd21111b2143fc7533 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 2 Nov 2020 19:19:43 +0100 Subject: [PATCH] fixed otio script --- pype/scripts/otio_burnin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pype/scripts/otio_burnin.py b/pype/scripts/otio_burnin.py index a14217848e..48d10cb30b 100644 --- a/pype/scripts/otio_burnin.py +++ b/pype/scripts/otio_burnin.py @@ -13,11 +13,11 @@ ffprobe_path = pype.lib.get_ffmpeg_tool_path("ffprobe") FFMPEG = ( - '\"{}\" -i "%(input)s" %(filters)s %(args)s%(output)s' + '"{}" -i "%(input)s" %(filters)s %(args)s%(output)s' ).format(ffmpeg_path) FFPROBE = ( - '\"{}\" -v quiet -print_format json -show_format -show_streams "%(source)s"' + '"{}" -v quiet -print_format json -show_format -show_streams "%(source)s"' ).format(ffprobe_path) DRAWTEXT = (