diff options
author | Matthias (think) <matthias@mpb.li> | 2012-07-11 12:03:26 +0200 |
---|---|---|
committer | Matthias (think) <matthias@mpb.li> | 2012-07-11 12:03:26 +0200 |
commit | c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c (patch) | |
tree | f36ac3072e57a04e516b150e4de934ae51ef67be /mux-throttled.sh | |
download | mmbtools-aux-c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c.tar.gz mmbtools-aux-c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c.tar.bz2 mmbtools-aux-c9354b3cf5eb45b306154b8deb6e3201cc0a2d6c.zip |
added useful scripts folder
Diffstat (limited to 'mux-throttled.sh')
-rwxr-xr-x | mux-throttled.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mux-throttled.sh b/mux-throttled.sh new file mode 100755 index 0000000..4eb8fef --- /dev/null +++ b/mux-throttled.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# Run this with -s + +../crc-dabmux-0.3.0.4/src/CRC-DabMux -o -L "TuxMux" -c 1249 -i 20479 $* -r \ + -A funk.mp2 -b 128 -i 10 -S -L "Funk" -C \ + -A luschtig.mp2 -b 128 -i 3 -S -L "Luschtig" -C \ + -A 1.ff -b 128 -i 0 -S -i 16386 -L "Banane" -C \ + -O fifo:///dev/stdout?type=raw + #-O fifo:///dev/stdout + +# -O udp://0.0.0.0:54000?type=raw + +#CRC-DabMux -L "TuxMux" \ +# -A 1.ff -b 128 -i 10 -S -L "L2_128" -C \ +# -F 2.ff -k -b 48 -i 2 -S -L "AAC48" -C \ +# -F 3.ff -k -b 64 -i 3 -S -L "AAC64" -C \ +# -F 4.ff -k -b 128 -i 4 -S -L "AAC128" -C \ +# -O fifo:///dev/stdout |