diff options
author | deva <deva> | 2005-05-19 14:10:22 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-19 14:10:22 +0000 |
commit | d74c7a00c417cffdc93a82efa2841e23d823bea6 (patch) | |
tree | ea7f7b69ccbd0dc1df1ea5e05dd59cfafa194f25 /etc/miav.conf | |
parent | a597454b7ce1b931e3e4117e6fed509cc22517ff (diff) |
Multithreading rulez?R0_2_2
Diffstat (limited to 'etc/miav.conf')
-rw-r--r-- | etc/miav.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/miav.conf b/etc/miav.conf index a0692a2..476bbef 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -17,11 +17,11 @@ pixel_width = 1024 pixel_height = 768 # How and where to connect to the miav server? -server_addr = "10.3.20.232" +server_addr = "127.0.0.1" server_port = 18120 # Where top store the files recieved by the server -server_root = "/tmp/miav_files" +server_root = "/home/miav/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. @@ -31,3 +31,7 @@ frame_sequence = "IIPIP" # quality in % - 100% is best quality frame_quality = 80 + +# The number of threads started for paralel encoding on the server +# (for multiprocessor systems) +encoding_threads = 4 |