mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed formatting
This commit is contained in:
parent
7d2fb084aa
commit
ad66a16737
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ FFPROBE = (
|
||||||
).format(ffprobe_path)
|
).format(ffprobe_path)
|
||||||
|
|
||||||
DRAWTEXT = (
|
DRAWTEXT = (
|
||||||
"drawtext=fontfile='%(font)s':text=\\'%(text)s\\':x=%(x)s:y=%(y)s:fontcolor="
|
"drawtext=fontfile='%(font)s':text=\\'%(text)s\\':"
|
||||||
"%(color)s@%(opacity).1f:fontsize=%(size)d"
|
"x=%(x)s:y=%(y)s:fontcolor=%(color)s@%(opacity).1f:fontsize=%(size)d"
|
||||||
)
|
)
|
||||||
TIMECODE = (
|
TIMECODE = (
|
||||||
"drawtext=timecode=\\'%(timecode)s\\':text=\\'%(text)s\\'"
|
"drawtext=timecode=\\'%(timecode)s\\':text=\\'%(text)s\\'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue