MPZ [Also known as MPZAPI]
- Compressor for MP3 audio files.
- You can use MPZ in $$arc$$ mode or as an STDIO compressor.
Example Usage:
Code:
[External compressor:mpz]
header = 0
packcmd = {compressor} c <stdin> <stdout>
unpackcmd = {compressor} d <stdin> <stdout>
Code:
[External compressor:mpz]
header = 0
packcmd = {compressor} c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
By Eugene Shelwein
Last edited by Masquerade; 08-01-2022 at 08:46.
|