PDA

View Full Version : Good video library for linux?



stair314
April 11th, 2008, 01:14 AM
Can anyone recommend a good video library for development on Linux? I'm doing computer vision work but the current public release of OpenCV broke the video functionality on Linux. The library just needs to be able to get frames out of a video file and do it quickly, preferably supporting all the usual codecs. I'll be converting the frames to IplImage *s, if you're familiar with OpenCV. Thanks.

slavik
April 11th, 2008, 05:21 AM
look into gstreamer

note: I have never written code that uses gstreamer.