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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-08-2020, 20:30
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,361 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Arrow cls-nz - cls library for nano zip (multithreaded)

cls-nz - cls library for nano zip (multithreaded)

i know Nano zip already perform multithreading. but it doesn't give good speed.


Compression:
  1. cls-nz.dll (98 kb)
  2. cls-nz.ini
  3. nz.exe

Decompression:
  1. cls-nz.dll
  2. cls.ini
  3. nz.exe

Code:
cls-nzx.ini :

[nzx]
Threads=100p
Chunk=32m
ExeFile="N Zip\nz.exe"

; or Threads=8

Tested on NanoZip 0.09 alpha/Win32.
Attached Images
File Type: png 1.png (20.4 KB, 463 views)
File Type: png 2.png (10.6 KB, 457 views)

Last edited by BLACKFIRE69; 15-10-2022 at 16:23.
Reply With Quote
The Following 18 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (05-08-2020), alexachu (05-08-2020), ARTEMiS14 (04-08-2020), Balaji007 (05-10-2020), Cesar82 (05-08-2020), COPyCAT (23-08-2020), devil777 (04-08-2020), dixen (04-08-2020), ffmla (06-08-2020), Harsh ojha (05-08-2020), kenzo34 (04-08-2020), L0v3craft (06-08-2020), ronindisco (15-07-2024), Sanya288 (14-03-2021), ScOOt3r (04-08-2023), shazzla (04-08-2020), Valtus (07-08-2020), ZAZA4EVER (10-10-2020)
Sponsored Links
  #2  
Old 05-08-2020, 02:30
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 384
Thanks: 444
Thanked 430 Times in 197 Posts
dixen is on a distinguished road
Compression speed is good but unpack...very slow(
But thank anyway..
Reply With Quote
  #3  
Old 05-08-2020, 05:55
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,361 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by dixen View Post
Compression speed is good but unpack...very slow(
But thank anyway..
dixen,

try this and change the values as well.

ex: if you get thread count of 8

Code:
[Nzip]
Threads=8
Chunk=16m
Options=-p8 -cc -nm -sp -t8

you also know the common rule that the number of threads for decompression should be equal to or less than the number of threads used in compression.

i mean,

Compression --> Threads = 8 (cls-nz.ini)
Decompression --> Threads = 2 , 4 , 8 (cls.ini) cannot be 12 , 16, 32


also, different chunk sizes give you different compression ratios.

Last edited by BLACKFIRE69; 09-10-2020 at 06:21.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (05-08-2020)
  #4  
Old 11-08-2020, 13:08
Valtus Valtus is offline
Registered User
 
Join Date: Oct 2011
Location: rrr
Posts: 13
Thanks: 42
Thanked 5 Times in 4 Posts
Valtus is on a distinguished road
Thanks but it doesn't show me the progress in the progress bar in my script
Reply With Quote
  #5  
Old 11-08-2020, 22:19
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,361 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Valtus View Post
Thanks but it doesn't show me the progress in the progress bar in my script
it takes some time to show it. and it depends on the file size.
Reply With Quote
  #6  
Old 05-10-2020, 10:11
Balaji007's Avatar
Balaji007 Balaji007 is offline
Registered User
 
Join Date: Nov 2019
Location: Internet 😝
Posts: 34
Thanks: 41
Thanked 6 Times in 6 Posts
Balaji007 is on a distinguished road
Talking

Quote:
Originally Posted by Valtus View Post
Thanks but it doesn't show me the progress in the progress bar in my script
Because you were used some precompression tools like the combination of xtools+srep+nz. When this decompression cycle complete,the progress bar is shows the output.
__________________
If you will smile,You will live long
Just like the haters,they are helping to improve your skills.
Reply With Quote
  #7  
Old 09-10-2020, 06:24
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,361 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Arrow New Update

cls-nzx v2.0.0.0



  • cls-nzx.ini

Code:
[nzx]
Threads=100p
Chunk=32m
ExeFile="N Zip\nz.exe"

; or Threads=8

check the first post.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
kenzo34 (09-10-2020), ZAZA4EVER (10-10-2020)
  #8  
Old 10-10-2020, 06:46
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,361 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
New Update

New Update


What's new: ( v.2.0.0.1 )
  • The speed has improved.



check the first post....
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
Valtus (11-10-2020), ZAZA4EVER (10-10-2020)
  #9  
Old 12-10-2020, 13:44
Valtus Valtus is offline
Registered User
 
Join Date: Oct 2011
Location: rrr
Posts: 13
Thanks: 42
Thanked 5 Times in 4 Posts
Valtus is on a distinguished road
You could put the first version back, I have some compressed files with it and I can't unzip them with version 2 "(Unsupported compression method or error in parameters: srep)". Thanks

Last edited by Valtus; 12-10-2020 at 13:48.
Reply With Quote
  #10  
Old 12-10-2020, 22:53
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 667
Thanks: 471
Thanked 2,361 Times in 541 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Valtus View Post
You could put the first version back, I have some compressed files with it and I can't unzip them with version 2 "(Unsupported compression method or error in parameters: srep)". Thanks

Quote:
Unsupported compression method or error in parameters: srep

Valtus,

there's no any problem with cls-nzx v2.0.0.1. it says you must include a method named "srep" in the arc.ini.


but anyway,


_
Attached Images
File Type: png 1.png (16.2 KB, 225 views)
File Type: png 2.png (18.8 KB, 229 views)
File Type: png 3.png (46.6 KB, 219 views)

Last edited by BLACKFIRE69; 15-10-2022 at 16:22.
Reply With Quote
  #11  
Old 13-10-2020, 04:05
Valtus Valtus is offline
Registered User
 
Join Date: Oct 2011
Location: rrr
Posts: 13
Thanks: 42
Thanked 5 Times in 4 Posts
Valtus is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Valtus,

there's no any problem with cls-nzx v2.0.0.1. it says you must include a method named "srep" in the arc.ini.


but anyway,


_
The problem was due to the "srep", I have already been able to decompress with version 1.0, thank you very much BLACKFIRE69.
Reply With Quote
The Following User Says Thank You to Valtus For This Useful Post:
BLACKFIRE69 (13-10-2020)
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
PMT - Parallel Multithreaded Encoder/Decoder 78372 Conversion Tutorials 61 23-04-2021 09:44
Inno Setup Advanced Splash Library Razor12911 Conversion Tutorials 6 18-11-2015 13:33
mp3 library software to handle 100 gig tomhanks30 Media Software 1 17-01-2005 14:13
Dream library, 20 Mins Time Limit. jeffma68 DC Games 3 14-04-2004 16:25
Wedding Library DVD from BetaCam SP Image problems when Buring the Image tokyootaku DVD Backup Forum 0 23-07-2003 07:19



All times are GMT -7. The time now is 12:22.


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