fixed otio script

This commit is contained in:
iLLiCiTiT 2020-11-02 19:19:43 +01:00
parent d4d592a233
commit 99487b84a2

View file

@ -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 = (