From f9733b615614a990d3e047f251b4ad1ea48a0534 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 22 Jul 2005 15:59:39 +0000 Subject: *** empty log message *** --- man/Makefile.am | 8 ++++++++ man/miav.conf.1 | 19 +++++++++++++++++++ man/miav.conf.5 | 19 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 man/Makefile.am (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..f617b68 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,8 @@ +# Man pages +man_MANS = \ + miav.1 \ + miav.conf.1 + +EXTRA_DIST = \ + miav.1 \ + miav.conf.1 diff --git a/man/miav.conf.1 b/man/miav.conf.1 index a9d90fa..dc213e9 100644 --- a/man/miav.conf.1 +++ b/man/miav.conf.1 @@ -127,6 +127,21 @@ lot less diskspace than I frames .I frame_quality in % - 100% is best quality +.B MP3 encoding quality +.RE +.I mp3_quality +internal algorithm selection. True quality is determined by the bitrate +but this variable will effect quality by selecting expensive or cheap algorithms. +quality=0..9. 0=best (very slow). 9=worst. +recommended: 2 near-best quality, not too slow + 5 good quality, fast + 7 ok quality, really fast + +.B The MP3 output bitrate +.RE +.I mp3_bitrate +in kilobits pr. second. (112 is recommended) + .B Encoder threads. .RE The number of threads started for parallel encoding on the server @@ -179,6 +194,10 @@ frame_sequence = "IPPPP" frame_quality = 85 +mp3_quality = 3 + +mp3_bitrate = 112 + encoding_threads = 1 encoding_codec = "mpeg4" diff --git a/man/miav.conf.5 b/man/miav.conf.5 index a9d90fa..dc213e9 100644 --- a/man/miav.conf.5 +++ b/man/miav.conf.5 @@ -127,6 +127,21 @@ lot less diskspace than I frames .I frame_quality in % - 100% is best quality +.B MP3 encoding quality +.RE +.I mp3_quality +internal algorithm selection. True quality is determined by the bitrate +but this variable will effect quality by selecting expensive or cheap algorithms. +quality=0..9. 0=best (very slow). 9=worst. +recommended: 2 near-best quality, not too slow + 5 good quality, fast + 7 ok quality, really fast + +.B The MP3 output bitrate +.RE +.I mp3_bitrate +in kilobits pr. second. (112 is recommended) + .B Encoder threads. .RE The number of threads started for parallel encoding on the server @@ -179,6 +194,10 @@ frame_sequence = "IPPPP" frame_quality = 85 +mp3_quality = 3 + +mp3_bitrate = 112 + encoding_threads = 1 encoding_codec = "mpeg4" -- cgit v1.2.3