From 46d7e7084a0e2adb3dda56d05fba2a46136da488 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 16 Sep 2023 11:11:24 -0600 Subject: [PATCH] Update docs --- docs/docs/configuration/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index ad52e7972..5afe1ad1d 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -362,6 +362,12 @@ record: # active_objects - save all recording segments with active/moving objects # NOTE: this mode only applies when the days setting above is greater than 0 mode: all + # Optional: Recording Export Settings + export: + # Optional: Timelapse Output Args (default: shown below). + # NOTE: The default args are set to fit 24 hours of recording into 1 hour playback. + # See https://stackoverflow.com/a/58268695 for more info on how this works + timelapse_args: "-vf setpts=0.04*PTS -r 30" # Optional: Event recording settings events: # Optional: Number of seconds before the event to include (default: shown below)