mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added constants for easier handling or entered keys
This commit is contained in:
parent
8e86f6e37a
commit
4f862acfb8
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ TIMECODE = (
|
||||||
"%(color)s@%(opacity).1f:fontsize=%(size)d:fontfile='%(font)s'"
|
"%(color)s@%(opacity).1f:fontsize=%(size)d:fontfile='%(font)s'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
MISSING_KEY_VALUE = "N/A"
|
||||||
|
CURRENT_FRAME_KEY = "{current_frame}"
|
||||||
|
TIME_CODE_KEY = "{timecode}"
|
||||||
|
|
||||||
|
|
||||||
def _streams(source):
|
def _streams(source):
|
||||||
"""Reimplemented from otio burnins to be able use full path to ffprobe
|
"""Reimplemented from otio burnins to be able use full path to ffprobe
|
||||||
:param str source: source media file
|
:param str source: source media file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue