mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed otio script
This commit is contained in:
parent
d4d592a233
commit
99487b84a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue