make-ffmpeg: Remove fontfamily option as it doesn't work

This commit is contained in:
Jannik Beyerstedt 2024-11-02 20:16:06 +01:00
parent 8933550f31
commit ca224b9d84
3 changed files with 22 additions and 42 deletions

View file

@ -14,8 +14,7 @@ inout_type = t
;; Some font settings can have defaults, which can be overridden in the
;; 'title', 'speaker' and 'text' sections below.
[default]
;; default font (either use 'fontfamily' or 'fontfile')
; fontfamily = arial
;; default font
fontfile = SourceSansPro-Semibold.ttf
;; default font color
fontcolor = #ffffff
@ -24,7 +23,6 @@ fontcolor = #ffffff
;; parameters are:
;; - in: start frame/ time
;; - out: end frame/ time
;; - fontfamily: font family
;; - fontfile: font file
;; - fontcolor: font color
;; - fontsize: font size (pixel)