diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-12 10:48:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-12 10:48:25 +0200 |
commit | 4b5be68b55a95fc28df2a8f16f58421a2dfdb548 (patch) | |
tree | 78225f1502d164990420230e1423f5eb5d4c4941 /odin.nix | |
parent | b9761ded468174e2105189396dd181893e63941b (diff) | |
download | nixos-4b5be68b55a95fc28df2a8f16f58421a2dfdb548.tar nixos-4b5be68b55a95fc28df2a8f16f58421a2dfdb548.tar.gz nixos-4b5be68b55a95fc28df2a8f16f58421a2dfdb548.tar.bz2 nixos-4b5be68b55a95fc28df2a8f16f58421a2dfdb548.tar.xz nixos-4b5be68b55a95fc28df2a8f16f58421a2dfdb548.zip |
debug motion
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -309,6 +309,9 @@ | |||
309 | stream_localhost on | 309 | stream_localhost on |
310 | stream_maxrate 1 | 310 | stream_maxrate 1 |
311 | 311 | ||
312 | ffmpeg_output_debug_movies on | ||
313 | text_changes on | ||
314 | |||
312 | despeckle_filter EedDl | 315 | despeckle_filter EedDl |
313 | threshold_tune on | 316 | threshold_tune on |
314 | noise_tune on | 317 | noise_tune on |
@@ -320,6 +323,7 @@ | |||
320 | ]; | 323 | ]; |
321 | 324 | ||
322 | extraConfig = '' | 325 | extraConfig = '' |
326 | text_double on | ||
323 | text_left "%$\n%F %T %Z" | 327 | text_left "%$\n%F %T %Z" |
324 | text_right "" | 328 | text_right "" |
325 | text_changes off | 329 | text_changes off |