diff options
Diffstat (limited to 'etc/miav.conf')
-rw-r--r-- | etc/miav.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/miav.conf b/etc/miav.conf index 240d2a0..2ab5b48 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -23,3 +23,11 @@ server_port = 30000 # Where top store the files recieved by the server server_root = "/tmp/miav_files" +# Video output controls. A sequence of I and P, where I is keyframes +# which is fast to create, but uses a lot of discspace. +# B uses changes since last frame, is more cpu intensive, but uses a +# lot less diskspace than I frames +frame_sequence = "IPPPPPPPPPP" + +# quality in % - 100% is best quality +frame_quality = 80 |