Added example config file to the build files
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-09-03 10:46:01 -04:00
parent 4306a9bca5
commit 602ddb1a00
2 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -16,7 +16,7 @@
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/
# Go workspace file
go.work

View File

@ -0,0 +1,15 @@
log_to_file = true
log_file = '~/adept/adept.log'
log_level = 'info'
[transcoder]
repository = '~/adept'
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'