View Single Post
  #1  
Old 16-08-2019, 04:44
chum chum is offline
Registered User
 
Join Date: Jan 2015
Location: South America
Posts: 64
Thanks: 61
Thanked 10 Times in 8 Posts
chum is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Code:
_Compressors\arc a -ep1 -r -s; -w.\_TEMP\ -moptimal -n@_Lists\Data1.txt -dp"D:\SGW" .\Output\Data.arc
Probably you just have to edit the paths inside arc.ini and cmd line
Thanks for sharing, i found solution, and discover what i doing wrong with freearc. I leave it without solid size command, like this:

arc.exe a -ma9 -dsg -lc4096 -ld4096 -i1 -ep1 -r -ed -w.\temp -mciv5 civ5v5.arc "civ5\*"

Now the solution to me is to make solid block bigger than group of data files, for example there has 5gb of ogg files, i need to keep solid block bigger than 5gb to freearc group all ogg files into a single compression, like this:

arc.exe a -ma9 -dsg -lc4096 -ld4096 -i1 -ep1 -r -ed -w.\temp -s8192m -mciv5 civ5v5.arc "civ5\*"

Problem solved.

By default, apparently, freearc is using solid=1gb, thtas because it dont get 1.7,1.5GB of same files together to compress.

Last edited by chum; 16-08-2019 at 04:48.
Reply With Quote
The Following User Says Thank You to chum For This Useful Post:
KaktoR (18-08-2019)
Sponsored Links