I'm trying to write movie playback into my engine, and I started with avifile, as per the NeHe example, but it has a few issues. Currently it either refuses to decode files at all because the codec isn't installed, or thinks the file is missing a picture start code.
Seeing as avifile ceased development five years ago, is there anything newer that people use these days?
FMV playback
The most common libraries for media playback under Linux (I can not speak for the Unixes) are ffmpeg and gstreamer. If you aim to cover the spectrum of hardware Linux runs on (especially tablets, phones, netbooks, and so on) you need to stick to gstreamer because that's the only media playback library that gets love from hardware acceleration (if any) present.
Stephen M. Webb
Professional Free Software Developer
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement