diff --git a/.gitignore b/.gitignore index 91c336a..446259f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ # Go workspace file go.work diff --git a/build/etc/adept/adept.toml b/build/etc/adept/adept.toml new file mode 100644 index 0000000..c6ec24d --- /dev/null +++ b/build/etc/adept/adept.toml @@ -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' +