adept/build/etc/example.toml
Gregory Ballantine 1647757574
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
Renamed the example config file to what it should be
2022-09-01 12:45:30 -04:00

12 lines
482 B
TOML

# 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