View Single Post
  #74  
Old 03-05-2022, 06:38
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 193
Thanks: 142
Thanked 68 Times in 48 Posts
kj911 is on a distinguished road
LA 0.4b Lossless Audio Compressor from FreeArc

This programs slow! Compression ratio its average 35-50% percentage.

Code:
[External compressor:la]
header     = 0
solid      = 0
packcmd    = {compressor} -high -noseek $$arcdatafile$$.wav $$arcpackedfile$$.la
unpackcmd  = {compressor} $$arcpackedfile$$.la $$arcdatafile$$.wav
datafile   = $$arcdatafile$$.wav
packedfile = $$arcpackedfile$$.la
Try it get ~30-35% faster compression? Edit Arc.ini file in:

Code:
packcmd    = {compressor} $$arcdatafile$$.wav $$arcpackedfile$$.la
-noseek switches, not tested in normal mode. Compression ratio compare to TAK 2.3.1 version its gets 1% better ratio. (tested from 2h vhs audio file.)

Source: 1 380 802 638 byte
TAK -p4m: 330 493 043 byte (~450s)
LA normal: 326 997 420 byte (~2294s)
LA high, noseek: 327 872 609 byte (~1555s)
Attached Files
File Type: 7z LA_04b_Freearc.7z (1,021.5 KB, 48 views)

Last edited by kj911; 03-05-2022 at 07:45. Reason: More infos added
Reply With Quote
The Following 5 Users Say Thank You to kj911 For This Useful Post:
Carldric Clement (03-05-2022), Cesar82 (03-05-2022), Gehrman (05-05-2022), Razor12911 (04-05-2022), shazzla (03-05-2022)