From 9395349247fe1c422ed7e0517961430b805f5dd4 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Mon, 22 Dec 2025 10:58:02 -0500 Subject: [PATCH] fix and simplify reference config doc --- docs/docs/configuration/reference.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index b3ec5d2ed..f2d7eccb2 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -534,11 +534,7 @@ record: # The -r (framerate) dictates how smooth the output video is. # So the args would be -vf setpts=0.02*PTS -r 30 in that case. timelapse_args: "-vf setpts=0.04*PTS -r 30" - # Optional: Hardware acceleration for timelapse exports. - # When set to "auto" (default), inherits from camera ffmpeg hwaccel_args, which - # in turn inherits from global ffmpeg hwaccel_args. Set to a specific preset - # to override, or use an unrecognized value (e.g., empty string) to fall back - # to software encoding (libx264). + # Optional: Global hardware acceleration settings for timelapse exports. (default: inherit) hwaccel_args: auto # Optional: Recording Preview Settings preview: @@ -841,6 +837,11 @@ cameras: # Optional: camera specific output args (default: inherit) # output_args: + # Optional: camera specific hwaccel args for timelapse export (default: inherit) + # record: + # export: + # hwaccel_args: + # Optional: timeout for highest scoring image before allowing it # to be replaced by a newer image. (default: shown below) best_image_timeout: 60