Секретные инструменты сжатия

SotM

Участник
Проверенный
Теперь получается, что благодаря этим супер-пупер новым методам сжатия, можно весь интернет на одну дискету записать?
 

Mickey1s

Ветеран
Модератор
Может кто нибудь знает как "разжать" игровые архивы сжатые через lz4?
 

vint56

Ветеран
Проверенный
Автор программ Razor12911
pLZ4 (LZ4 Precompressor) - Test

Some program I was working on before exam time, this took a day to make, what I noticed is sometimes it gives good ratio and sometimes it doesn't, will properly work on it once I'm free.

Tested on a few Frostbite 3 games such as Battlefield 4, Need For Speed Rivals, also works on Infinity Ward games such as COD MW Remastered or Infinite Warfare, however sometimes you get negative ratio when pLZ4 because of different LZ4 settings and public release version and because of xdelta but like I said, it still needs some work.

Usage:
plz4 [command] [options] inputfile -o outputfile
inputfile/outputfile can be specified as "-" for stdin/stdout

Commands:
e: precompresses lz4 streams
d: restores lz4 streams

Options:
-o: specifies i/o, [input] -o [output]
-l#: lz4 precompression level (1..9)
-c#: chunk size (default 16m)
-t#: number of encoding/decoding threads
-st#: number of scanning threads
-ct#: number of precompressing threads
-b#: buffer size (default 256k)
-d#: allocates decode memory

Examples:
plz4 e myfile.ext -o myfile.pz
plz4 e -st50p -ct8 -c200m myfile.ext -o -
plz4 d -t75p myfile.ext -o myfile.pz
plz4 d -t75p - -o -

http://sendfile.su/1325645
http://rgho.st/8VZBwnbTT


Drop and Scan 4 LZ4
Works like "Drop and Scan 4 ZLib" but this scans for LZ4

Might help if you're wondering how big inflation is if you have an LZ4 precompressor lying around.

http://rgho.st/7ZWpTbKYl
http://sendfile.su/1325646
 

Вложения

Mickey1s

Ветеран
Модератор
vint56, это паблик версия, и в 95% случаев она дает отрицательное ратио (т.е. для репаков бесполезно). v1.2 http://sendfile.su/1321036 приватная, но Механики же как-то сделали (lz4+xdelta)
 

Ramiro Cruzo

Новичок
Mickey1s, even the version 1.2 can recompress on lz4legacy and lz4hc streams without xdelta which are most commonly used in games ;)
 

Timick

Старожил
Какой вообще смысл в этой теме?
Смысл в том, что человек чего-то не знает \ не понимает, и просит помощи.
Мне кажется, в этом смысл и предназначение, как этого, так, по сути, любого другого форума...
 
Сверху