From 602ddb1a00b717d2da8583937e2ec4993e2c298f Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sat, 3 Sep 2022 10:46:01 -0400 Subject: [PATCH] Added example config file to the build files --- .gitignore | 2 +- build/etc/adept/adept.toml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 build/etc/adept/adept.toml 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' +