make-ffmpeg: Remove fontfamily option as it doesn't work
This commit is contained in:
parent
8933550f31
commit
ca224b9d84
3 changed files with 22 additions and 42 deletions
|
@ -8,26 +8,28 @@ prores = false
|
|||
; in and out time format: t for seconds, n for frame number
|
||||
inout = n
|
||||
|
||||
; fields for title and speaker names are empty in the template.ts, so we'll render them in via ffmpeg
|
||||
;; Some font settings can have defaults, which can be overridden in the
|
||||
;; 'title', 'speaker' and 'text' sections below.
|
||||
[default]
|
||||
;; default font
|
||||
fontfile = ebisu.ttf
|
||||
;; default font color
|
||||
fontcolor = #ffffff
|
||||
|
||||
;; fields for title and speaker names are empty in the template.ts, so we'll render them in via ffmpeg
|
||||
[title]
|
||||
; inframe for title
|
||||
in = 20
|
||||
; outframe for totle
|
||||
; outframe for title
|
||||
out = 225
|
||||
; title font (either font family or file, see default setting above)
|
||||
fontfile = ebisu.ttf
|
||||
; title font size
|
||||
fontsize = 70
|
||||
; title color
|
||||
fontcolor = #ffffff
|
||||
; title position from upper left corner
|
||||
x = 600
|
||||
y = 865
|
||||
|
||||
[speaker]
|
||||
in = 40
|
||||
out = 225
|
||||
fontfile = ebisu.ttf
|
||||
fontsize = 40
|
||||
fontcolor = #eeeeee
|
||||
x = 600
|
||||
|
@ -37,9 +39,7 @@ y = 950
|
|||
[text]
|
||||
in = 3
|
||||
out = 4
|
||||
fontfile = ebisu.ttf
|
||||
fontsize = 45
|
||||
fontcolor = #ffffff
|
||||
x = 640
|
||||
y = 1000
|
||||
; text =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue