summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiratfm <piratfm@gmail.com>2013-04-09 12:00:31 +0300
committerMatthias P. Braendli <matthias.braendli@mpb.li>2013-12-14 17:38:49 +0100
commit165e837e932b8893c9c66c651e0dc9d264649f6d (patch)
tree33f869693ce3df1d7d54c0e04e2892bca77aa849
parentee7be955947a0a591f42641419bf4a88953a77fb (diff)
downloadODR-AudioEnc-165e837e932b8893c9c66c651e0dc9d264649f6d.tar.gz
ODR-AudioEnc-165e837e932b8893c9c66c651e0dc9d264649f6d.tar.bz2
ODR-AudioEnc-165e837e932b8893c9c66c651e0dc9d264649f6d.zip
Update README.md
Conflicts: README.md
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d5bb047
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+fdk-aac-dabplus
+===============
+
+A standalone library of the Fraunhofer FDK AAC code from Android.
+
+This is 960-frames version of codec. Used for DAB+/DRM boradcast encoding.
+
+
+Usage:
+
+aac-enc-dabplus [OPTION...]
+
+ -b, --bitrate={ 8, 16, ..., 192 } Output bitrate in kbps. Must be 8 multiple.
+ -i, --input=FILENAME Input filename (default: stdin).
+ -o, --output=FILENAME Output filename (default: stdout).
+ -a, --afterburner Turn on AAC encoder quality increaser.
+ -f, --format={ wav, raw } Set input file format (default: wav).
+ -c, --channels={ 1, 2 } Nb of input channels for raw input (default: 2).
+ -r, --rate={ 32000, 48000 } Sample rate for raw input (default: 48000).
+ -t, --adts Set ADTS output format (for debugging).
+ -l, --lp Set frame size to 1024 instead of 960.