OpenDR icon indicating copy to clipboard operation
OpenDR copied to clipboard

Bink video decoder

Open drogoganor opened this issue 7 years ago • 2 comments

DR uses Bink video. The format was reverse-engineered by the FFmpeg project and Bink decoding is supported by the open-source libavcodec library.

This could be wrapped, if the license permits.

A nice to have in the long term.

drogoganor avatar Apr 10 '18 11:04 drogoganor

Correction, DR video is in Smacker video format - the 8 bit version of Bink video. It is similarly already reverse engineered in libavcodec.

Cinematic files are named *.SMK.

drogoganor avatar Aug 24 '18 01:08 drogoganor

https://github.com/JonnyH/libsmacker https://github.com/jonof/jftekwar/tree/master/libsmacker https://github.com/diasurgical/libsmackerdec https://github.com/nukeykt/NBlood/tree/master/source/libsmackerdec https://github.com/scummvm/scummvm/blob/master/video/smk_decoder.cpp

mirh avatar Jan 04 '22 14:01 mirh