Added some packaging info

This commit is contained in:
2022-09-01 12:35:39 -04:00
parent 38547bb175
commit d4449b3144
2 changed files with 39 additions and 0 deletions

11
build/etc/adept.toml Normal file
View File

@ -0,0 +1,11 @@
# This example transcodes footage to DNxHD 1080p60 for use in video editors like DaVinci Resolve.
[transcoder]
repository = "~/adept" # location of the videos to transcode
interval = 15
video_format = "mov" # video container format
video_codec = "dnxhd" # video codec to use
video_profile = "dnxhr_hq" # DNxHD has multiple presets for various video qualities
video_resolution = "1920x1080"
video_framerate = 60
video_color = "yuv422p"
audio_codec = "pcm_s16le" # audio codec to use