summaryrefslogtreecommitdiff
path: root/man/miav.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'man/miav.conf.5')
-rw-r--r--man/miav.conf.519
1 files changed, 19 insertions, 0 deletions
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"