mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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 = (
|
FFMPEG = (
|
||||||
'\"{}\" -i "%(input)s" %(filters)s %(args)s%(output)s'
|
'"{}" -i "%(input)s" %(filters)s %(args)s%(output)s'
|
||||||
).format(ffmpeg_path)
|
).format(ffmpeg_path)
|
||||||
|
|
||||||
FFPROBE = (
|
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)
|
).format(ffprobe_path)
|
||||||
|
|
||||||
DRAWTEXT = (
|
DRAWTEXT = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue