Zealot/config/default.toml
Gregory Ballantine 51fe19f12c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Started rewriting project in TypeScript
2022-11-17 00:07:39 -05:00

14 lines
264 B
TOML

[ffmpeg]
bin_path = '/usr/bin/ffmpeg'
[transcoder]
repository = '~/zealot'
interval = 15
video_format = 'mov'
video_codec = 'dnxhd'
video_profile = 'dnxhr_hq'
video_resolution = '1920x1080'
video_framerate = '60'
video_color = 'yuv422p'
audio_codec = 'pcm_s16le'