Преглед изворни кода

remove outdated output args tip

Blake Blackshear пре 3 година
родитељ
комит
304a569c7e
1 измењених фајлова са 0 додато и 12 уклоњено
  1. 0 12
      docs/docs/configuration/nvdec.md

+ 0 - 12
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.