aptdec
(now aptdec-cli
)-d
(output directory) flag-g
(gamma) flag(Some of these features have been moved into aptdec_post.py
)
CURRENT_TIME.png
instead of CURRENT_TIME-r.png
v1.8 | v2.0.0 |
---|---|
aptdec file.wav |
aptdec-cli file.wav |
aptdec -i rt file.wav |
aptdec-cli -i raw,thermal file.wav |
aptdec -i ab file.wav |
aptdec-cli -i a,b -e strip file.wav |
aptdec -i p -p palette.png file.wav |
aptdec-cli -i lut -l lut.png file.wav |
aptdec -d out *.wav |
mkdir out; cd out; aptdec-cli ../*.wav |
libapt
(now libaptdec
)To avoid confusion with apt
(the Debian package manager) the name of the aptdec library has been changed to libaptdec
.