mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add_text use custom DRAWTEXT ffmpeg string
This commit is contained in:
parent
ca19b5d679
commit
5d5d3eec92
1 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,8 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
if frame_start:
|
||||
options["frame_offset"] = frame_start
|
||||
|
||||
self._add_burnin(text, align, options, DRAWTEXT)
|
||||
|
||||
def add_timecode(self, align, options=None, start_frame=None):
|
||||
"""
|
||||
Convenience method to create the frame number expression.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue