Started rewriting project in TypeScript
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
13
config/default.toml
Normal file
13
config/default.toml
Normal 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'
|
Reference in New Issue
Block a user