add_text use custom DRAWTEXT ffmpeg string

This commit is contained in:
iLLiCiTiT 2020-02-06 10:57:11 +01:00
parent ca19b5d679
commit 5d5d3eec92

View file

@ -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.