Backport changes introduced by "update make-ffmpeg"

This commit is contained in:
Jannik Beyerstedt 2023-10-22 21:20:14 +02:00
parent c69dbd089a
commit e13ac70e2b
8 changed files with 75 additions and 36 deletions

View file

@ -75,8 +75,8 @@ cparser.read(os.path.join(os.path.dirname(args.project), 'config.ini'))
template = cparser['default']['template']
alpha = cparser['default']['alpha']
prores = cparser['default']['prores']
fontfile = cparser['default']['fontfile']
inout = cparser['default']['inout']
fontfile = cparser['default']['fontfile'] # use a font file instead of a font family
inout = cparser['default']['inout'] # in and out time format: t for seconds, n for frame number
title_in = cparser['title']['in']
title_out = cparser['title']['out']