View Single Post
  #11  
Old 19-04-2017, 04:53
Andu21 Andu21 is offline
Registered User
 
Join Date: Feb 2016
Location: Impossible Planet
Posts: 114
Thanks: 179
Thanked 48 Times in 38 Posts
Andu21 is on a distinguished road
Quote:
Originally Posted by danswano View Post
Hello,
Is it possible to use LZ4 with arc?
If yes can you provide me with the packcmd and unpackcmd for arc.ini?
Thank you.
Code:
[External compressor:lz4]
header = 0
packcmd    = lz4 -12 -B7 -BD - - <stdin> <stdout>
unpackcmd  = lz4 -d - - <stdin> <stdout>
Just answering what you asked. But you probably meant the pre-processor.
Reply With Quote