![]() |
|
|
|
![]() |
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
Freearc Next Compression, Custom Freearc, Massive Multimedia Converter, Bink Encoder
~~~~~~~~~~~{Intro}~~~~~~~~~~~
I am introducing new ways to process data, Freearc Next with new compressors, Bink Re-encoder 1.1 with scaling and preview mode, a custom Freearc.exe and my Multimedia converting cmds. ~~~~~~~~~~~{Updates will be posted here}~~~~~~~~~~~
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. Last edited by panker1992; 10-03-2018 at 20:17. Reason: Updated UDC 1.1 |
The Following 25 Users Say Thank You to panker1992 For This Useful Post: | ||
1234567890123 (17-02-2018), 78372 (17-02-2018), Andu21 (17-02-2018), darkwolves (16-03-2018), DedSec (17-02-2018), elit (26-02-2018), EzzEldin16 (28-03-2018), felice2011 (17-02-2018), ffmla (17-02-2018), hasandgn34 (17-02-2018), Jon83 (17-02-2018), JRD! (14-07-2018), kassane (18-06-2019), oltjon (17-02-2018), pakrat2k2 (17-02-2018), PsYcHo_RaGE (19-03-2018), RamiroCruzo (01-03-2018), Simorq (17-02-2018), Stor31 (21-07-2018), teusma (17-02-2018), TheGeekyGamer (14-07-2018), unarc 125 (17-02-2018), vint56 (17-02-2018), yasserdivar (06-10-2021), ZAZA4EVER (17-10-2018) |
Sponsored Links |
#2
|
|||
|
|||
is there a inno script for use new freearc?
|
#3
|
||||
|
||||
At the moment nops, however i plan to make one
![]() unfortunately fa next 0.11 doesnt have many stuff that helps, no GUI no way to know compression algo used, manual itself is a mess unless you know LUA, and of course no unarc.dll.
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
#4
|
|||
|
|||
Hello there panker1992
![]() ![]() ![]() help please |
The Following User Says Thank You to sam20235 For This Useful Post: | ||
luecifer007 (18-10-2018) |
#5
|
||||
|
||||
You need Admin permission on decompression, else it will fail forever !!!
right click fa.exe on bin_u and set it to start as Admin!! cls-srep.dll cls-lolz.dll those use Shared Ram tech, dll and exe use the same portion of ram thus the admin regulation
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
#6
|
|||
|
|||
srep:m3f:a1 is the strongest setting?
my computer has 32 gb of memory do I make settings? |
#7
|
||||
|
||||
if you have that amount of Ram then,
srep:m3f:a1:d1g | the strongest m3 setting | or srep:m5f:a1:d1g | this is the most advanced you can use, however packing big games with this may be impossible to unpack on middle or low end computers USE it if you pack/unpack to your PC.... even 16 GB ram is too low for this one
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following User Says Thank You to panker1992 For This Useful Post: | ||
Simorq (21-02-2018) |
#8
|
|||
|
|||
any idea how to use razor ???
[External compressor:razor] header = 0 packcmd = razor a -y -d {option} $stdio$ <stdin> <stdout> unpackcmd = razor e -y $stdio$ <stdin> <stdout> |
#9
|
||||
|
||||
this razor you see is a removed tool it belongs to my personal arsenal of tools, you cannot use this tool,
Razor doesnt allow for blocks hence its MT is gone, it does all the magic in one go without dividing data!!! so all those of you who block data or split or magically making multithreading and stdio razor you are better of without it anyways ( Friendly advice ) Of course i can add the free edition if you much desire it.
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following User Says Thank You to panker1992 For This Useful Post: | ||
doofoo24 (21-02-2018) |
#10
|
||||
|
||||
Quote:
CREDIT felice2011
__________________
....................always rains in the wet..................... Last edited by oltjon; 21-02-2018 at 22:36. |
#11
|
|||
|
|||
Quote:
i don't need MT, i like to use razor instead of lzma on small games that don't require large amont of memory in decompression and do't need cpu power... Last edited by doofoo24; 21-02-2018 at 23:24. |
#12
|
||||
|
||||
Personal Razor does packing and unpacking stdin stdout without temps
![]() if you want to pack small games with razor then i suggest you use lolz, generally lolz does pack better than razor on game files. let me say a few words about lolz and why its superior to gaming. lolz: it's a combination of lzma + rzm entropy coder with elements of -cm aka content modeling. as it processes data down the line it uses complex modeling on some predefined textures data. and this makes it ideal for games it gives around 3% ~ 5% better ratio than pure Razor.
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
#13
|
|||
|
|||
so adding mtt1 to lolz seems to improve compression ratio...
Last edited by doofoo24; 23-02-2018 at 22:10. |
#14
|
|||
|
|||
Quote:
|
#15
|
||||
|
||||
if you wanna go with more optimal usage of srep you can definitely use it this way
srep+<whatever precompressor you desire>+srep+<whatever compressors you desire> feeding it this way elimates duplicates before making their way to precompressors so, not only precompressors do less job but also you can use srep:m5f:a1 after it to make it pack tighter ![]()
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following User Says Thank You to panker1992 For This Useful Post: | ||
oltjon (25-02-2018) |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
Source Code: Conversion Converter | Razor12911 | Conversion Tutorials | 66 | 31-03-2018 18:53 |
Help to find Bink video compression | ffmla | Conversion Tutorials | 11 | 26-08-2016 11:10 |
Mass Effect 3 [DVD9 to 3 DVD5] - CONVERTER + FREEARC | REV0 | PC Games - CD/DVD Conversions | 2 | 24-03-2012 14:23 |