mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
False negative on start frame zero.
This commit is contained in:
parent
741875aa0f
commit
b8338769df
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
options = ffmpeg_burnins.TextOptions(**self.options_init)
|
||||
|
||||
options = options.copy()
|
||||
if frame_start:
|
||||
if frame_start is not None:
|
||||
options["frame_offset"] = frame_start
|
||||
|
||||
# `frame_end` is only for meassurements of text position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue