Quote:
Originally Posted by Webster17
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