View Single Post
  #1  
Old 18-01-2018, 04:22
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
Game File Sorter

It sorts files on deflate streams and entropy(compression) and writes filenames on logs.
Code:
Log_deflate.log : files containing deflate streams
Log_c80.log  : files having projected compression ratio above 80
Log_c50a.log : files having projected compression ratio above 50 below 80
Log_c50b.log : files having projected compression ratio below 50
you can then use arc.exe on the file. f.e
arc a -di -i2 -s; -ep1 -ed -n@Log_deflate.log -wtemp\ -mpzlib+srep+lzma "%output%" "%Input%"
arc a -di -i2 -s; -ep1 -ed -n@Log_c80.log -wtemp\ -mlz4 "%output%" "%Input%"
arc a -di -i2 -s; -ep1 -ed -n@Log_c50a.log -wtemp\ -msrep+4x4:lzma "%output%" "%Input%"
arc a -di -i2 -s; -ep1 -ed -n@Log_c50b.log -wtemp\ -msrep+lzma "%output%" "%Input%"

scanning is also very fast, but it only scans the first 64mb of file

uses Bulat Ziganshin's Data Smoke
Attached Files
File Type: 7z gsorter.7z (242.8 KB, 149 views)

Last edited by Gupta; 18-01-2018 at 06:34.
Reply With Quote
The Following 18 Users Say Thank You to Gupta For This Useful Post:
1234567890123 (18-01-2018), 78372 (18-01-2018), Andu21 (18-01-2018), DiCaPrIo (18-01-2018), EzzEldin16 (18-01-2018), ffmla (19-01-2018), gozarck (24-01-2018), GTX590 (08-05-2021), KaktoR (18-01-2018), Newbie-repacker (07-05-2021), nickwazhere2012 (19-01-2018), RamiroCruzo (08-03-2018), ravencrow (05-02-2018), Razor12911 (23-02-2018), romulus_ut3 (08-03-2018), ScOOt3r (09-05-2021), shazzla (18-01-2018), Simorq (24-01-2018)
Sponsored Links