From 32878bd0163b25dfd035536a17a67b6e52d7df5c Mon Sep 17 00:00:00 2001 From: DataBitz <5953303+DataBitz@users.noreply.github.com> Date: Tue, 15 Feb 2022 02:33:29 +1300 Subject: [PATCH] Another missing slash (#2803) 2nd attempt to fix link to full configuration --- docs/docs/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/faqs.md b/docs/docs/faqs.md index 7ba1bfe63..34b040f01 100644 --- a/docs/docs/faqs.md +++ b/docs/docs/faqs.md @@ -13,7 +13,7 @@ A solid green image means that frigate has not received any frames from ffmpeg. ### How can I get sound or audio in my recordings? {#audio-in-recordings} -By default, Frigate removes audio from recordings to reduce the likelihood of failing for invalid data. If you would like to include audio, you need to override the output args to remove `-an` for where you want to include audio. The recommended audio codec is `aac`. Not all audio codecs are supported by RTMP, so you may need to re-encode your audio with `-c:a aac`. The default ffmpeg args are shown [here](configuration/index/#full-configuration-reference). +By default, Frigate removes audio from recordings to reduce the likelihood of failing for invalid data. If you would like to include audio, you need to override the output args to remove `-an` for where you want to include audio. The recommended audio codec is `aac`. Not all audio codecs are supported by RTMP, so you may need to re-encode your audio with `-c:a aac`. The default ffmpeg args are shown [here](/configuration/index/#full-configuration-reference). :::tip