diff options
-rw-r--r-- | odin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -311,9 +311,10 @@ | |||
311 | 311 | ||
312 | ffmpeg_output_debug_movies on | 312 | ffmpeg_output_debug_movies on |
313 | text_changes on | 313 | text_changes on |
314 | text_double on | ||
314 | 315 | ||
315 | despeckle_filter EedDl | 316 | despeckle_filter EedDl |
316 | threshold_tune on | 317 | threshold 250 |
317 | noise_tune on | 318 | noise_tune on |
318 | lightswitch 50 | 319 | lightswitch 50 |
319 | minimum_motion_frames 5 | 320 | minimum_motion_frames 5 |
@@ -323,7 +324,6 @@ | |||
323 | ]; | 324 | ]; |
324 | 325 | ||
325 | extraConfig = '' | 326 | extraConfig = '' |
326 | text_double on | ||
327 | text_left "%$\n%F %T %Z" | 327 | text_left "%$\n%F %T %Z" |
328 | text_right "" | 328 | text_right "" |
329 | text_changes off | 329 | text_changes off |