Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #586  
Old 12-12-2016, 10:09
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Quote:
Originally Posted by MCWRX View Post
thank you.

One more thing, when I try to unpack the archive, I get "Unsupported compression method srep:m3f:a1:l512"

This is my .bat file

Code:
-msrep:m3f:a1:l512+delta+xz
And arc.ini

Code:
[External compressor:srep]
;options  = l%d (minimal match length, default=512)
header = 0
packcmd   = srep64 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:xz]
header = 0
packcmd   = xz a -txz -an -mcrc=0 -m1=lzma2:d200m:fb=273:mf=bt4:mc=1000000 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>
I copied dec.exe (for unpacking) to my script folder and defined it inside the script

Code:
#define XZ

#ifdef XZ
Source: ISDone\dec.exe; DestDir: {tmp}; Flags: dontcopy
#endif

#ifdef XZ
    ExtractTemporaryFile('dec.exe');
#endif
Thanks in advance.

{-option } u forgot - this will make the whole srep options don't work
packcmd = srep {-option } $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
__________________
~ Greetz to anyone teached me anything ~
Reply With Quote
The Following User Says Thank You to aswadd For This Useful Post:
ZAZA4EVER (31-12-2016)
Sponsored Links
  #587  
Old 18-01-2017, 09:50
user123456 user123456 is offline
Registered User
 
Join Date: Dec 2016
Location: Egypt
Posts: 12
Thanks: 5
Thanked 0 Times in 0 Posts
user123456 is on a distinguished road
try this is comprass 60mb to 7.5mb ----> 30gb to 7gb or 15gb

Download This arc.ini And Replace In Masked Compression
Reply With Quote
  #588  
Old 20-02-2017, 02:13
SRXII SRXII is offline
Registered User
 
Join Date: Feb 2017
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
SRXII is on a distinguished road
Exclamation ISDone.dll error

Everything works fine but when i open the installer it shows a error with tittle "ISDone.dll" and says 'Failed to open the archive in the module IS7zipExtract!'.
Please Help!!
Reply With Quote
  #589  
Old 20-02-2017, 06:42
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 692 Times in 189 Posts
rinaldo is on a distinguished road
IS7zipExtract work only 7zip not working to Arc or masked
Reply With Quote
  #590  
Old 02-04-2017, 06:13
romulus_ut3 romulus_ut3 is offline
Registered User
 
Join Date: Dec 2014
Location: Bangladesh
Posts: 71
Thanks: 169
Thanked 13 Times in 12 Posts
romulus_ut3 is on a distinguished road
I believe some of the tools included in this have been surpassed by newer iteration/implementations.

Would the author be so kind as to accommodate the changes?
Reply With Quote
  #591  
Old 03-04-2017, 05:35
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
IS7ZIPEXTRACT function isn't needed at all since 7zip is merely an internal compressor used by arc

Arc exe has it in ini so long that is true that function is useless
__________________
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
  #592  
Old 03-04-2017, 13:21
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
any idea why .minizip files are not compressing at all i tried almost all methods like ultral1,ultral2,ultral3 and medium l2 and none of them compresses the file at all :/
i am using masked data 2.5.1 and yes i have also tried 2.5 but still the same problem
Reply With Quote
  #593  
Old 03-04-2017, 13:27
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
High entropy of some files negate their ability to be compressed this is why bik and other video files are incompressible , it's because they are already compressed once . You need to extract them first
__________________
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
  #594  
Old 03-04-2017, 17:40
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
but if i extract them then is it possible to put it back to .minizip format again ?
Reply With Quote
  #595  
Old 03-04-2017, 19:52
FD_RLT FD_RLT is offline
Registered User
 
Join Date: Mar 2017
Location: In my reality
Posts: 10
Thanks: 2
Thanked 4 Times in 3 Posts
FD_RLT is on a distinguished road
Quote:
Originally Posted by TWOELV View Post
but if i extract them then is it possible to put it back to .minizip format again ?
or you could use pzlib on them and save time ? minizip files are very much recompressible with pzlib.

Last edited by FD_RLT; 03-04-2017 at 19:56.
Reply With Quote
  #596  
Old 04-04-2017, 04:36
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
in masked data one of the methods has pzlib in it but oh well i will try just pzlib but is there like a pzlib compressor like masked data ? cause i really don't know how to use pzlib
Reply With Quote
  #597  
Old 05-04-2017, 17:21
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
so first i used only pzlib and it went from 5gb to 9gb then i used pzlib+srep+lzma that gave me this result


:/
Reply With Quote
  #598  
Old 06-04-2017, 02:06
FD_RLT FD_RLT is offline
Registered User
 
Join Date: Mar 2017
Location: In my reality
Posts: 10
Thanks: 2
Thanked 4 Times in 3 Posts
FD_RLT is on a distinguished road
^So what's wrong with it ? PZLIB inflates your zlib/deflate input so you get larger output, using a stronger compression on that output makes it smaller.
Reply With Quote
  #599  
Old 06-04-2017, 04:25
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
as you can see in the picture the ratio was 85.84% i wanted it to go lower than that :/
Reply With Quote
  #600  
Old 07-04-2017, 08:33
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 539
Thanks: 113
Thanked 766 Times in 299 Posts
panker1992 is on a distinguished road
pzlib makes file bigger, because it find precompressed streams and extract them. thus allowing for better compression to be implemented
__________________
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
Reply

Thread Tools
Display Modes

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 08:42.


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