diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/miav.conf | 14 | 
1 files changed, 10 insertions, 4 deletions
| diff --git a/etc/miav.conf b/etc/miav.conf index 8b700e7..24b1eea 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -21,17 +21,23 @@ server_addr	= "192.168.0.10"  server_port	= 18120  # Where top store the files recieved by the server -server_root	= "/home/miav/miav_files" +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	= "IIPIP" +frame_sequence	= "IPPPP"  # quality in % - 100% is best quality -frame_quality	= 80 +frame_quality	= 85 -# The number of threads started for paralel encoding on the server +# The number of threads started for parallel encoding on the server  # (for multiprocessor systems)  encoding_threads = 2 + +# Codec is one of the following: +# "mpeg1" For use with mpeg1 encoding. +# "mpeg4" for use with mpeg4 encoding +# default is "mpeg1" +encoding_codec 	= "mpeg4" | 
