summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-10 21:03:18 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-10 21:03:18 +0100
commit1d7a8bc8ea37d90f19ecf0f595eaf85dfa891e93 (patch)
treea174b7c9fce241b6a418af31eefe77f35f574230
parent319172854c238795585ce42c6fb357833b6b2bda (diff)
downloadODR-AudioEnc-1d7a8bc8ea37d90f19ecf0f595eaf85dfa891e93.tar.gz
ODR-AudioEnc-1d7a8bc8ea37d90f19ecf0f595eaf85dfa891e93.tar.bz2
ODR-AudioEnc-1d7a8bc8ea37d90f19ecf0f595eaf85dfa891e93.zip
Update usage screen
-rw-r--r--src/dabplus-enc.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp
index ff84de3..0659ac9 100644
--- a/src/dabplus-enc.cpp
+++ b/src/dabplus-enc.cpp
@@ -97,8 +97,10 @@ void usage(const char* name) {
" For the VLC input:\n"
#if HAVE_VLC
" -v, --vlc-uri=uri Enable VLC input and use the URI given as source\n"
- " -C, --vlc-cache=ms Enable VLC network cache\n"
- " -g, --vlc-gain=db Enable VLC gain control, default 0\n"
+ " -C, --vlc-cache=ms Specify VLC network cache length.\n"
+ " -g, --vlc-gain=db Enable VLC audio compressor, with given compressor-makeup value.\n"
+ " Use this as a workaround to correct the gain for streams that are\n"
+ " much too loud.\n"
" -V Increase the VLC verbosity by one (can be given \n"
" multiple times)\n"
" -w, --write-icy-text=filename Write the ICY Text into the file, so that mot-encoder can read it.\n"