Enable setting style for text-based subtitles

Issue #853 resolved
Petr Nejedly repo owner created an issue

The subtitles filter now has force_style attribute. Shold be able to set font / color / size.

Comments (5)

  1. Petr Nejedly reporter

    looks like we can use this for color and size:

    :force_style="PrimaryColour=&H00FF00\,Fontsize=20\,FontName=Mistral"

    color is &H<BGR>

    Default values are: Arial, 16, &HFFFFFF

  2. Log in to comment