Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #241  
Old 19-01-2016, 06:54
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
The only thing you must figure out is how the header is structured.

Normally the the precomp header gives the version. It must tell you where the processed streams are located then after finding then, it makes it very easy to make the unpacker.
Another tip, if using handles, never write anything on cmd window that isn't part of the data. Meaning all that Precomp v0.4.4 - UNSTABLE bla bla has to go else you'll end up with errors unnecessarily.
Reply With Quote
Sponsored Links
  #242  
Old 19-01-2016, 07:15
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
thanks, dont worry i know where to find you in case i find trouble :P

i hope you will be determined to help then as well
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following 2 Users Say Thank You to panker1992 For This Useful Post:
RamiroCruzo (19-01-2016), Razor12911 (19-01-2016)
  #243  
Old 19-01-2016, 07:19
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Anytime mate
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
panker1992 (19-01-2016), RamiroCruzo (19-01-2016)
  #244  
Old 19-01-2016, 08:23
Amsal Amsal is offline
Registered User
 
Join Date: May 2015
Location: New Delhi
Posts: 237
Thanks: 242
Thanked 41 Times in 28 Posts
Amsal is on a distinguished road
Panker, one question, what is the required ram for decompressing this data which is compressed using Masked Compression?
Reply With Quote
  #245  
Old 19-01-2016, 12:19
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
a lot of i expect you know that you can pack with x64 program and unpack with 32 bit program

if you use srep64 for decomp you can see 4 gigs of ram easily

and if you use nanozip it uses the same amount of ram as for compression

if you use my xz method which is ultra lz77 it uses total 500~800mb ram :P
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #246  
Old 20-01-2016, 11:44
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
Hi Panker, using the methods with the final mask configured in this way
Code:
"msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz/$precomp=precomp+msc+srep64+delta+lz77"
the compression is successful only with the "Precomp 0.38" with all other versions I get this error:



Is there any solution, or for the time being, the insertion of the algorithm Precomp in final mask is recommended only with the use of precom0.38.

Last edited by felice2011; 20-01-2016 at 11:47.
Reply With Quote
  #247  
Old 20-01-2016, 12:03
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
well i have studied a lot of precomp source code lately,

i can tell some facts that has come to my attention

precomp 0.38 was a masterpiece of software, all other precomps are pretty unstable the way i see it, precomp 0.40 and above when fail to see zlib header come with this error in 90% of the cases

second fact , i havent uploaded nor updated my Masked Compression to use precomp 0.44 or even precomp 0.45 which is unstable :P not even previous precomps

my private messages are flooded by people begging to implement precomp 0.44 or even other precomps

i will not yet update the masked compression to support, because it spawn errors like these!!!

today i emailed Christian Shneider, critical error was fixed with memory leak, and i sent him library with tak, next precomp will most likely support wav precompression
and it already takes support for mp3 precompression

in the meantime precomp 0.44 offers nothing, nothing new is inside precomp 0.44 that will make precomp 0.38 obsolete

i literally beg people to not put precomp 0.44 to official public type tools for massive usage, and i havent released precomp 0.45 for this reason as well because i have the exe file but i keep it under heavy testing

therefore Felice i conclude that precomp 0.44 MUST be withdrawn anbd not yet be massively used under any circumstance especially on critical Data

Please Bare with me, for any changes on precomp i will post myself
it's not like i keep it for myslelf or something

sorry for this long post
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following 2 Users Say Thank You to panker1992 For This Useful Post:
felice2011 (20-01-2016), Mini (20-01-2016)
  #248  
Old 20-01-2016, 12:27
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
OK masks works very well, with the configuration in the last mask "/$precomp=" with Precomp added, should only be used with precomp 0.38, other versions Precomp can be used safely without entering Precomp in the last mask.

Last Mask : "/$precomp=precomp+msc+srep64+...etc" (Only precomp0.38)

Last Mask : "/$precomp=msc+srep64+delta+exe2...etc" (All Precomp Version)

Panker you're doing a great job.
Reply With Quote
  #249  
Old 20-01-2016, 12:49
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
i will tell you a secret,

i have implemented it in my last v2.1 update

$precomp= ...etc etc is a mask to filter data that lz77, xz, fazip and generally any lz77 variant can compress only 5~8%, this is why you put precomp here because using precomp before lz77 can increase ratio by about 45~60% max

you can use precomp filter mask to select out uncompresable data and store using

$precomp=msc+srep+zstd this mask will allow you to select uncompressable data

for store purposes .... i have used it in my sonido mask (sonido = speed of sound )
my ultra fast mode in my tools

and yes

use can use any precomp if you put it in the beginning
for example
ultra = precomp+msc+srep64+delta+exe2+lz77/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz

but that will also increase time so a dual shaped sword is more like it
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following 2 Users Say Thank You to panker1992 For This Useful Post:
Ichiraku2001 (21-01-2016), lolaya (20-01-2016)
  #250  
Old 21-01-2016, 03:40
Ichiraku2001 Ichiraku2001 is offline
Registered User
 
Join Date: Dec 2015
Location: India
Posts: 14
Thanks: 35
Thanked 4 Times in 3 Posts
Ichiraku2001 is on a distinguished road
Hey @panker1992! First of all you're doing a great work!

I'm getting this error while decompressing!

Game's MAD MAX
used -mrefl8 to compress!
Input Size = 1.29 GB (one of the splitted folder)
Output Size = 355 MB

But when trying to decompress with WPI for masked compression! it shows the above error! I've checked the setup file, its not corrupted!
Please Help
Reply With Quote
  #251  
Old 21-01-2016, 09:45
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
The reflate razor made cannot be used in inno
It errors every time you need to have manual reflate for mad max
This is known issue I am sorry I cannot help

Reflate is beta tool for now
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Ichiraku2001 (23-01-2016)
  #252  
Old 21-01-2016, 20:01
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
Masked Compression v 2.2

To show you my Gratitude for your continued support, i decided to roll Masked Compression v2.2

i already posted everything in the main post
so to change climate i will post some photos of my tools under usage

if you happen to test them give me your honest opinion

A) Would you like for me to add a new feature ??

B) Do you think i missed something important ??


anything you want i will test and add if i see potential

3 pics below: bik encoding using my script, success on decompressing steam folder after using on it all my tools simultaneously , and my new mask on usage offering 18% ratio up from 11%


Enjoy
Attached Images
File Type: png bk2 encoding .png (672.9 KB, 176 views)
File Type: png success on all tests.png (537.6 KB, 174 views)
File Type: png mp3 mask.png (725.0 KB, 176 views)
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #253  
Old 22-01-2016, 01:32
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
Do not worry I do not update beta versions tester on my utility..
You run too much with your masks..., you have added the mask for the recompression data in MP3, not hear any difference in the optimization of compression threshold.

Tests executed on a data folder mp3 approximately 234MB

Masked method used for Test: "precomp+msc+srep64+delta+exe2+lz77/$jpgsolid=jpg+zstd/$mp3solid=mp3+zstd/$void=srep64+zstd/$text=nz"

Your update: v 2.2..



M_S_Kompressor with optimized profile based multi mask By Panker..





Personally, I may be wrong, I not have so much experience in data compression, but exceed on a number of algorithms containing in the method multi-maschera, involves a loss of a compression stream, increasing the compression time, and decreasing the compression threshold.

Last edited by felice2011; 22-01-2016 at 01:59. Reason: fixes incorrect images
Reply With Quote
The Following 2 Users Say Thank You to felice2011 For This Useful Post:
panker1992 (22-01-2016), RamiroCruzo (22-01-2016)
  #254  
Old 22-01-2016, 05:15
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
Hmmm use the mask directly .... test this maskless

and remove msc :P

both msr and msc can compress mp3 files ...either -mp3=0 or remove msc entirely from the test

to see if my mask really works :P else i need to find what it goes wrong :/
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #255  
Old 22-01-2016, 06:11
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
I had already tried...
The compression level of an audio file (*. mp3) and higher using a profile with MSC.
The same level of audio compression the lowers considerably by using MSR.
I'm sorry but I prefer to MSC
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Compression Format DRAGoN.X Chit Chat 11 07-09-2017 23:13
Dragon Age: Origins Ultimate Edition 3xDVD5 [CIU 2.0.2] NamelessOne PC Games - CD/DVD Conversions 16 03-03-2017 11:38
compression -msrep+rep+delta+nzip Danik1B9 Conversion Tutorials 11 21-12-2014 08:13
Borderlands 2: Ultimate Vault Hunter Edition - 3xDVD5 [ALL DLCs + CIU V2] REV0 PC Games - CD/DVD Conversions 7 06-07-2013 03:14
Fallout New Vegas Ultimate Edition 3xDVD9 to 2xDVD5 1LANGUAGE senseman PC Games - CD/DVD Conversions 29 04-06-2013 10:36



All times are GMT -7. The time now is 21:34.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com