From 8e52138ba8a6fe9b92192512ba510451a2655384 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 18 Sep 2005 14:34:10 +0000 Subject: *** empty log message *** --- etc/miav.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/miav.conf b/etc/miav.conf index bbbb9f6..50d36b7 100644 --- a/etc/miav.conf +++ b/etc/miav.conf @@ -39,10 +39,13 @@ server_image_root = "/home/miav/miav_image_files" # 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 = "IPPPP" +frame_sequence = "IPPPIPPIP" # quality in % - 100% is best quality -frame_quality = 85 +video_quality = 85 + +# bitrate in kbytes pr. second (0 == vbr) +video_bitrate = 0 # mp3 encoding quality settings mp3_quality = 3 @@ -56,4 +59,4 @@ encoding_threads = 1 # "mpeg1" For use with mpeg1 encoding. # "mpeg4" for use with mpeg4 encoding # default is "mpeg1" -encoding_codec = "mpeg4" +encoding_codec = "mpeg1" -- cgit v1.2.3