.BIK

BIK File

Bink Video File
Ask a question
QUICK ANSWER

A BIK file is a Bink Video, the proprietary video format used for cutscenes and intro movies in video games, made by RAD Game Tools (now part of Epic Games). Open it with VLC or the free RAD Video Tools. To get a portable copy, convert the file to MP4 using RAD Video Tools or FFmpeg.

Developer: RAD Game Tools (now Epic Games Tools / Epic Games) Category: Video Files MIME: video/vnd.radgamettools.bink
OPENS ON Windows macOS Linux
Related: .DAV · .MKV · .MP4 · .H264

On this page

19k+ extensions indexed
Last reviewed Jun 30, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the BIK file format?

.bik is a proprietary multimedia container file format. .bik files typically store video clips - the format was developed by RAD Game Tools as a dedicated multimedia format for full-motion video sequences in computer games. The result is a container called Bink, which uses the .bik extension along with its own audio and video codecs. .bik files are compressed and optimized for target software and hardware platforms. The Bink SDK has been licensed into thousands of game titles on PC and consoles; RAD Game Tools was acquired by Epic Games in 2021.

Bink codecs are optimized to offer the highest possible quality audio and video across handheld consoles, home consoles, and PC. Earlier Bink 1 releases supported resolutions up to HD (1080p); the successor .bk2 format (Bink Video 2) supports 4K video and is preferred for new game titles. Bink uses a proprietary hybrid DCT/wavelet video codec and a Bink/Miles audio codec supporting 44.1 kHz stereo with multiple audio tracks per file.

.bik files can be opened outside a given game environment with VLC media player, RAD Video Tools (the official Bink viewer and converter), or FFmpeg-based players such as mpv. For command-line conversion, ffmpeg handles .bik natively. A related older RAD format is the .smk Smacker video file.

Security & safety

RISK: LOW

A .bik is a data/video file, not executable, and playing it in VLC or RAD Video Tools is safe. The practical risks are around tooling and source: avoid 'Bink codec pack' / 'free BIK player' download sites and bundled converters like Freemake - they are a common adware/PUP vector. Use VLC, official RAD Video Tools, or FFmpeg, all from their official sites. As with any media file, a maliciously crafted Bink could in theory target a decoder bug, but mainstream FFmpeg-based players are well-hardened; game-shipped .bik files are routine and safe.

Format details

in a nutshell
FULL NAMEBink Video Fileaka Bink video, BINK movie
DEVELOPERRAD Game Tools (now Epic Games Tools / Epic Games)since 1999 (Bink Video 1, RAD Game Tools)
CATEGORYVideo Files
MIME TYPEvideo/vnd.radgamettools.bink
TYPEProprietary game-video container with its own video and audio codecs (binary)
MAGIC BYTES · FILE SIGNATURE
OFFSET
000102
HEX
42494B
ASCII
BIK
Bink 1 files start with "BIK" plus a 4th byte that is the codec revision letter (e.g. 'b','d','f','g','h','i' → "BIKb"…"BIKi", with "BIKi" being a common modern revision). Bink Video 2 files start with "KB2" plus a revision letter and usually use the .bk2 extension. A 4-byte little-endian file size follows the signature.

Programs that open BIK files

Windows3 apps
VLC media player Open-source Open the .bik directly - VLC's FFmpeg backend decodes Bink 1 (and most Bink 2). The easiest free player; no codec pack needed.
RAD Video Tools (Bink) Free RAD's free official toolkit - open the .bik to play it, and use 'Convert a file' to export to AVI/MP4. The authoritative Bink player/converter.
MPC-HC / K-Lite Codec Pack Open-source Media Player Classic (with its bundled LAV/FFmpeg filters) plays .bik. A lightweight alternative to VLC.
macOS2 apps
VLC media player Open-source Open the .bik - VLC decodes Bink via FFmpeg on macOS as well.
RAD Video Tools (Bink) Free RAD provides Bink tools for macOS to play and convert .bik files.
Linux2 apps
VLC media player Open-source Open the .bik directly; FFmpeg's Bink decoder handles it. mpv/FFmpeg work too.
FFmpeg / mpv Open-source Play with 'mpv file.bik' or convert with 'ffmpeg -i file.bik out.mp4' - FFmpeg includes a Bink decoder.

Technical details

deep spec
File signature"BIK" + revision letter at byte offset 0 (e.g., `BIKb` through `BIKi` for Bink 1 revisions; `BIKi` is the most common modern revision)
Byte orderLittle-endian throughout the entire file
Container structure3-byte signature + revision byte, 4-byte little-endian file size, header (width, height, FPS, frame count, audio tracks), per-frame offset table, then interleaved video and audio frame data
Video codecProprietary hybrid DCT/wavelet block transform with motion compensation and vector quantization
Audio codecBink Audio (Miles Audio); mono or stereo; multiple independent audio tracks supported per file
Color spaceYUV (8-bit per channel); optional alpha plane supported for overlay and transparency use
Resolution range320×240 up to 1080p and beyond; no hard specification ceiling for practical game use
Audio sample rateCommonly 44.1 kHz; mono or stereo channel configurations
MIME typevideo/vnd.radgamettools.bink (also served as application/octet-stream)
Encryption / integrityNo encryption and no whole-file checksum; a per-frame offset table in the header indexes each frame's data position
Typical file sizeA few MB to several hundred MB, depending on length and quality of the game cutscene or intro movie
Internal versioningRevision letter embedded in the 4-byte file signature (e.g., `BIKb`, `BIKd`, `BIKf`, `BIKi`)
Platform supportWindows, macOS (tools), Linux (via FFmpeg/mpv), game consoles (PlayStation, Xbox, Nintendo Switch via SDK)
Developer / rights holderRAD Game Tools; acquired by Epic Games in 2021 and now operated as Epic Games Tools
Successor formatBink Video 2 uses the `.bk2` extension and `KB2` file signature; preferred for new game titles requiring 4K support
Released1999 (Bink Video 1, RAD Game Tools)
Latest versionBink Video 2 (.bk2; 'KB2' signature) - current generation alongside legacy .bik
Specificationwww.radgametools.com

BIK conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with BIK files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about BIK files.

Frequently asked questions

What is a .bik file?
A Bink Video - the proprietary video format used for cutscenes and intro movies in video games, made by RAD Game Tools (now Epic). You usually find .bik files inside a game's folder.
How do I play a .bik file?
Open it in VLC (it decodes Bink via FFmpeg, no extra codec needed) or in RAD's free Bink/RAD Video Tools. Windows Media Player won't play Bink reliably.
How do I convert a .bik to MP4?
Use RAD Video Tools ('Convert a file') or FFmpeg ('ffmpeg -i movie.bik movie.mp4'). VLC's Convert/Save also works. The proprietary Bink stream is re-encoded to H.264.
Why won't my .bik play in Windows Media Player?
WMP doesn't include a Bink decoder, and the old 'codec pack' fix is unreliable. Use VLC or RAD Video Tools instead - both handle Bink directly.
What's the difference between .bik and .bk2?
.bik is Bink Video 1 (signature 'BIK'); .bk2 is Bink Video 2 (signature 'KB2'), a newer codec used in recent games. Bink 1 is more widely supported by third-party players; some .bk2 files need RAD's tools or a current FFmpeg.
Can I edit or replace a game's .bik cutscene?
Yes, for modding - RAD's Bink tools can encode a video into .bik to replace the original (or the game may accept a converted format). Check the game's modding guidelines first.

References

1Wikipedia - Bink Videoen.wikipedia.org
2RAD Game Tools / Epic - Bink Video (overview)www.radgametools.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.PARTPartial Download File
4.CRDOWNLOADChrome Partial Download File
5.MDMarkdown Document
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.SWFSmall Web Format (Shockwave Flash)

Related extensions

.DAVDVR365 / Dahua DVR Video File (DHAV stream)
.MKVMatroska Video
.MP4MPEG-4 Part 14 Video File
.H264Raw H.264 / AVC Video Elementary Stream
.VOBDVD Video Object File
.264Raw H.264 / AVC Video Elementary Stream (DVR/CCTV export)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z