Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
bresense
Posts: 20
Joined: Sun Sep 16, 2018 12:26 am

Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)

Post by bresense »

Hitman Absolution has pre-rendered cutscenes which i would like to open. Normally you can open BIK files in radvideo or MPV but it seems to be in some kind of container format. Is it possible to get a script to extract the cutscenes out of the container? Can't find much information about these anywhere else. Would be super grateful if someone could help. I will upload one for someone to look at and hopefully help.

4397BDBCFF1B2F58BF23FBC4C68E6452.pc_binkvid
https://www108.zippyshare.com/v/TeZOFPwz/file.html

Also here is a wavebank file from the Xbox 360 version/ See if anyone can help with that too.

A63C8F4B026894C25C1532A5A4E47677
https://www40.zippyshare.com/v/7RCTTkrR/file.html
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)

Post by Acewell »

use this bms script on the pc_binkvid file then you can play it with RAD Video Tools :D

Code: Select all

# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get SIZE asize
get NAME basename
string NAME + .bik
math SIZE - 0x18
log NAME 0x18 SIZE
bresense
Posts: 20
Joined: Sun Sep 16, 2018 12:26 am

Re: Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)

Post by bresense »

Acewell wrote:use this bms script on the pc_binkvid file then you can play it with RAD Video Tools :D

Code: Select all

# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get SIZE asize
get NAME basename
string NAME + .bik
math SIZE - 0x18
log NAME 0x18 SIZE


That was quick, thanks Acewell.