From d4017394ba8868e5d44b5cc01a59c100cbaf953f Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 25 May 2005 15:36:05 +0000 Subject: Added mpeg4 encoding to the encoders, controllable by the config file. --- etc/miav.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'etc') 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" -- cgit v1.2.3