diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-31 07:54:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-31 07:54:14 +0200 |
commit | d568e4fc279a06b3f2ebc5e254756608fe48d2c2 (patch) | |
tree | ce28f126efd24d3752b748c52e282ea7de3337a9 | |
parent | b5d2bf1b4c371e1238419f5a4bca45bba7a9d7e9 (diff) | |
download | ODR-AudioEnc-d568e4fc279a06b3f2ebc5e254756608fe48d2c2.tar.gz ODR-AudioEnc-d568e4fc279a06b3f2ebc5e254756608fe48d2c2.tar.bz2 ODR-AudioEnc-d568e4fc279a06b3f2ebc5e254756608fe48d2c2.zip |
Describe libvlc file input in README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -93,6 +93,12 @@ Wave file encoding, for non-realtime processing odr-audioenc -b $BITRATE -i wave_file.wav -o station1.dabp +Scenario *file that VLC supports* +--------------------------------- +If you want to input a file through libvlc, you need to give an absolute path: + + odr-audioenc -b $BITRATE -v file:///home/odr/audio/source.mp3 -o station1.dabp + Scenario *ALSA* --------------- Live Stream from ALSA sound card at 32kHz, with ZMQ output for ODR-DabMux: |