From 3b5893ffa6d4a761eff0d97c7223eecd4fc123c9 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 16 May 2005 13:25:52 +0000 Subject: Moved video setting to configuration file. Fine tuned setting for 2.4ghz server --- etc/miav.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3