View Single Post
  #6  
Old 08-01-2022, 02:17
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,176
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
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
Attached Files
File Type: 7z MPZ.7z (76.7 KB, 141 views)

Last edited by Masquerade; 08-01-2022 at 08:46.
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
ffmla (08-01-2022), Razor12911 (08-01-2022), ZAZA4EVER (08-12-2024)