From 6d089fdd2f4af7a9f4db46fb82857a57a6c6bbf2 Mon Sep 17 00:00:00 2001 From: Michael Scheiffler Date: Sun, 11 Feb 2024 19:26:54 +0100 Subject: [PATCH] Update docs/docs/configuration/record.md Co-authored-by: Nicolas Mowen --- docs/docs/configuration/record.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/record.md b/docs/docs/configuration/record.md index b82f39629..32b8613f3 100644 --- a/docs/docs/configuration/record.md +++ b/docs/docs/configuration/record.md @@ -176,7 +176,7 @@ record: :::tip When using `hwaccel_args` globally hardware encoding is used for time lapse generation. The encoder determines its own behavior so the resulting file size may be undesirably large. -To get a reasonable file size nevertheless, the ffmpeg parameter `-qp n` can be utilized (where `n` stands for the value of the quantisation parameter). The value can be adjusted to get an acceptable tradeoff between quality and file size for the given scenario. +To reduce the output file size the ffmpeg parameter `-qp n` can be utilized (where `n` stands for the value of the quantisation parameter). The value can be adjusted to get an acceptable tradeoff between quality and file size for the given scenario. :::