diff options
| author | deva <deva> | 2005-05-25 15:36:05 +0000 | 
|---|---|---|
| committer | deva <deva> | 2005-05-25 15:36:05 +0000 | 
| commit | d4017394ba8868e5d44b5cc01a59c100cbaf953f (patch) | |
| tree | 81345aa9521c3397363b6c3afe1ef19bb860c776 /etc/miav.conf | |
| parent | 0e7d7464b0f87ce82fa5c48e350a2d51fcef4882 (diff) | |
Added mpeg4 encoding to the encoders, controllable by the config file.R0_2_3
Diffstat (limited to 'etc/miav.conf')
| -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"  | 
