Video playback in games - formats & decoding
Posted
by
snake5
on Game Development
See other posts from Game Development
or by snake5
Published on 2012-10-26T11:41:30Z
Indexed on
2012/10/26
17:21 UTC
Read the original article
Hit count: 214
video
What free / non-restrictive open-source solutions (not GPL) are available for decoding game videos?
The requirements are simple:
- a relatively easy to use C API
- encoded files must be quite small
- there must be an application that converts videos from any format (whatever codec is installed on Windows or equivalent amount of internally decoded formats)
- decoding has to happen fairly quickly
- bonus points go to file formats that are popular / actively supported and developed
© Game Development or respective owner