View Single Post
  #2  
Old 25-04-2013, 06:07
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
@ GAMES_PC axux

The file you are extracting is damaged ( bad checksum), you must re-create the archive file.

@ danswano

FreeArc supports multi-threading, use -mtx switch.

Where x=number of threads (1-16)

@ Razor12911

Mpz is lossless mp3 compressor

Code:
[External compressor:mpz]
solid = 0
datafile   = $$arcdatafile$$.mp3
packedfile = $$arcpackedfile$$.mpz
packcmd   = mpz c {options} $$arcdatafile$$.mp3 $$arcpackedfile$$.mpz
unpackcmd = mpz d {options} $$arcpackedfile$$.mpz $$arcdatafile$$.mp3
Reply With Quote
The Following 2 Users Say Thank You to peterf1999 For This Useful Post:
danswano (25-04-2013), Razor12911 (25-04-2013)