mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
do not place expression out of text quotes nad do not espace symbols inside expression as it's done automatically
This commit is contained in:
parent
d7e468c986
commit
6750488c89
1 changed files with 1 additions and 3 deletions
|
|
@ -213,9 +213,7 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
if frame_start is None:
|
||||
replacement_final = replacement_size = str(MISSING_KEY_VALUE)
|
||||
else:
|
||||
replacement_final = "\\'{}\\'".format(
|
||||
r'%%{eif\:n+%d\:d}' % frame_start
|
||||
)
|
||||
replacement_final = "%{eif:n+" + str(frame_start) + ":d}"
|
||||
replacement_size = str(frame_end)
|
||||
|
||||
final_text = final_text.replace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue