View Single Post
  #71  
Old 29-09-2023, 05:30
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Good methodology compress via MP2 audio files? (except Ocarina, still very slow.)

My horrible methods:
Code:
unpackmp2+srep:m3f:a0:l32+msc:raw=1:tak=9+delta+dlz
DLZ replaced via NZ/LOLZ its probably better. (and/or without delta filtering.) Tested one 192MBs MP2 file packed to 152MBs size. Final ratio minmally smaller than 80%*

DLZ replaced to Ocarina probably the best and slooow results. This MSC will found ~35-36 million bytes raw audio from processing and packed via TAK. Before used or not SREP precompression.

*Three step compression: 201 348 000 -> 335 766 244 -> 314 530 933 -> 159 583 312 byte

DLZ replaced to MPZX (64MB block size) results: 173 752 545 byte

NanoZip0.09/cO/768m, before not used delta filtering: 152 764 729 byte (~76% final ratio. Typically MJPG/MP3 recompression ratio.)

Archivers info: SREP 3.92; DLZ 0.2.2; MSC 0.0.6.5a2/TAK 2.3.3; unpackmp2 v22.03.16.1

Last edited by kj911; 29-09-2023 at 06:17. Reason: typo fix and update
Reply With Quote