mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
excahnge timecode and text keys in arguments
This commit is contained in:
parent
5290f6dd58
commit
feb2037c02
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ DRAWTEXT = (
|
|||
"%(color)s@%(opacity).1f:fontsize=%(size)d:fontfile='%(font)s'"
|
||||
)
|
||||
TIMECODE = (
|
||||
"drawtext=text=\\'%(text)s\\':timecode=\\'%(timecode)s\\'"
|
||||
"drawtext=timecode=\\'%(timecode)s\\':text=\\'%(text)s\\'"
|
||||
":timecode_rate=%(fps).2f:x=%(x)s:y=%(y)s:fontcolor="
|
||||
"%(color)s@%(opacity).1f:fontsize=%(size)d:fontfile='%(font)s'"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue