Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which video decoder should I use for cutscenes in my game?

Tags:

c++

video

h.264

vp8

The game franchise I am working on uses a video encoder/decoder library which produces rather large files. We want to change to something a little more efficient, particularly H.264 or VP8. However, there seem to be extensive legal issues revolving around software licensing to navigate, and threats of a challenge to VP8.

So what I want is a C++ header and library file I can statically link to the game to decode an efficiently compressed video stream. I'll consider commercial ones that offer patent indemnity (we're using Bink at the moment). Licensing needs to be sympathetic to a commercial product. An answer about the legal situation would be helpful too...

Thanks!

Guy

like image 397
hatcat Avatar asked Oct 27 '11 09:10

hatcat


1 Answers

After lengthy legal consideration, we have migrated to libVP8. It is a fine library.

like image 157
hatcat Avatar answered Oct 05 '22 08:10

hatcat