No description
  • C 95.5%
  • C++ 4.5%
Find a file
2026-05-22 08:26:21 -07:00
.gitignore add gitignore for build artifacts 2026-04-14 08:56:41 -07:00
bink.h initial version 2026-04-14 08:56:03 -07:00
build.bat initial version 2026-04-14 08:56:03 -07:00
main.cpp force 4:2:0 for wider support of outputs 2026-05-22 08:26:21 -07:00
README.md Add README.md 2026-04-14 16:02:33 +00:00
rrCore.h initial version 2026-04-14 08:56:03 -07:00

bink2mp4

simple ffmpeg-based Bink video (v1 and 2) to .mp4 converter. Uses official Bink dll to pipe decoded frames into ffmpeg. Relies on having an existing installation of ffmpeg on the path, compiled with the bink audio codec. My copy is from gyan.dev.

Usage: bink2mp4.exe <input.bk2> [output.mp4]