Added some packaging info
This commit is contained in:
11
build/etc/adept.toml
Normal file
11
build/etc/adept.toml
Normal 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
|
Reference in New Issue
Block a user