diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 08:54:35 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 08:54:35 +0200 |
commit | 8a55c33a669d45034496c0fd17ff828e6610f022 (patch) | |
tree | 4a8fb97db534fdad30310202c96cab2b3ab95b24 | |
parent | 72d28f8496bf52dac5bb8c29be0dc4aa5e16fde7 (diff) | |
download | ODR-PadEnc-8a55c33a669d45034496c0fd17ff828e6610f022.tar.gz ODR-PadEnc-8a55c33a669d45034496c0fd17ff828e6610f022.tar.bz2 ODR-PadEnc-8a55c33a669d45034496c0fd17ff828e6610f022.zip |
Update README
-rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -13,7 +13,7 @@ for the encoder. For detailed usage, see the usage screen of the tool with the `-h` option. -More (recent) information is available on the +More information is available on the [Opendigitalradio wiki](http://wiki.opendigitalradio.org/ODR-PadEnc) How to build @@ -51,7 +51,7 @@ Usage of MOT Slideshow and DLS ============================== `odr-padenc` reads images from the specified folder, and generates the PAD -data for the encoder. This is communicated through a FIFO to the encoder. It +data for the encoder. This is communicated through a socket to the encoder. It also reads DLS from a file, and includes this information in the PAD. If ImageMagick is available @@ -73,14 +73,16 @@ It may be useful to apply [`optipng`](http://optipng.sourceforge.net) to any PNG Supported Encoders ------------------ -`odr-audioenc` can insert the PAD data from `odr-padenc` into the bitstream. -The MP2 encoder [Toolame-DAB](https://github.com/Opendigitalradio/toolame-dab) -can also read `odr-padenc` data. +`odr-audioenc` and `odr-sourcecompanion` can insert the PAD data from `odr-padenc` into the bitstream. -This is an ongoing development. Make sure you use the same PAD length option -for `odr-padenc` and the audio encoder. Only some PAD lengths are supported, +This is an ongoing development. Only some PAD lengths are supported, please see `odr-padenc`'s help. +ODR-PadEnc v2 is compatible with ODR-AudioEnc v2 and ODR-SourceCompanion v0.x, and uses a fifo to communicate between +the tools. + +ODR-PadEnc v3 replaced the fifo with a socket and is compatible with ODR-AudioEnc v3 and ODR-SourceCompanion v1. + Character Sets -------------- When `odr-padenc` is launched with the default character set options, it assumes |