View Single Post
  #2  
Old 09-02-2018, 04:41
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by Webster17 View Post
Can anybody help me how to compress Bink videos with binkpack (by Profrager) so that I can unpack them later using Inno setup script. I tried including cls-bpk.dll but that isn't extracting. I compressed the file using bpk+Srep method as it worked best for me. Plz share the compression and decompression method plz
use to compress bink_pack.exe & cls-bpk.dll in same where,

use to decompress bink_unpack.exe & cls-bpk_u.dll in same where


arc.ini

[External compressor:bpk]
header = 0
packcmd = bink_pack.exe $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = bink_unpack.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Reply With Quote