From 5d5d3eec92d892ddae1845cbabada0847c739471 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 6 Feb 2020 10:57:11 +0100 Subject: [PATCH] add_text use custom DRAWTEXT ffmpeg string --- pype/scripts/otio_burnin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pype/scripts/otio_burnin.py b/pype/scripts/otio_burnin.py index d913baa5e2..be4ec3e57d 100644 --- a/pype/scripts/otio_burnin.py +++ b/pype/scripts/otio_burnin.py @@ -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.