From 71f6f0bee47e109bd7f9558a23bb0c3031873be5 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 12 Jul 2020 09:33:12 -0500 Subject: [PATCH] typo --- config/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.yml b/config/config.example.yml index 18b754fa9..0451746de 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -113,7 +113,7 @@ cameras: ################ # This will save a clip for each tracked object by frigate along with a json file that contains # data related to the tracked object. This works by telling ffmpeg to write video segments to /cache - # from the video stream without re-encoding. Clips are them created by using ffmpeg to merge segments + # from the video stream without re-encoding. Clips are then created by using ffmpeg to merge segments # without re-encoding. The segments saved are unaltered from what frigate receives to avoid re-encoding. # They do not contain bounding boxes. 30 seconds of video is added to the start of the clip. These are # optimized to capture "false_positive" examples for improving frigate.