add burnin do not use expression but only text

This commit is contained in:
iLLiCiTiT 2020-02-06 11:01:37 +01:00
parent 96d3e51d92
commit defe60e556

View file

@ -197,7 +197,7 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
"""
resolution = self.resolution
data = {
'text': options.get('expression') or text,
'text': text,
'color': options['font_color'],
'size': options['font_size']
}