Started rewriting project in TypeScript
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-11-17 00:07:39 -05:00
parent 6da120f632
commit 51fe19f12c
22 changed files with 3089 additions and 503 deletions

13
config/default.toml Normal file
View File

@ -0,0 +1,13 @@
[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'