
08-01-2022, 02:17
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,176
Thanks: 284
Thanked 1,376 Times in 619 Posts
|
|
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.
|