From 304a569c7e0e38c431971cd0a642b9f4748fa859 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 6 Feb 2022 14:02:18 -0600 Subject: [PATCH] remove outdated output args tip --- docs/docs/configuration/nvdec.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/docs/configuration/nvdec.md b/docs/docs/configuration/nvdec.md index 52e56cd1f..69889241b 100644 --- a/docs/docs/configuration/nvdec.md +++ b/docs/docs/configuration/nvdec.md @@ -97,15 +97,3 @@ processes: | 0 N/A N/A 12827 C ffmpeg 417MiB | +-----------------------------------------------------------------------------+ ``` - -To further improve performance, you can set ffmpeg to skip frames in the output, -using the fps filter: - -```yaml -output_args: - - -filter:v - - fps=fps=5 -``` - -This setting, for example, allows Frigate to consume my 10-15fps camera streams on -my relatively low powered Haswell machine with relatively low cpu usage.