Video capture for linux with ffmpeg

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
andyrock
Posts: 33
Joined: 24.06.2004
With us: 20 years 5 months

Video capture for linux with ffmpeg

Post #1by andyrock » 19.07.2004, 13:20

Hi!

Is it possible to implement video capture for unix?

It could use ffmpeg to encode to mpeg1 or divx5.
AndyRock

Christophe
Developer
Posts: 944
Joined: 18.07.2002
With us: 22 years 4 months
Location: Lyon (France)

Post #2by Christophe » 19.07.2004, 13:40

The problem with ffmpeg is that the API is not stable yet, and ffmpeg developers recommend projects using the lib to keep a copy in their tree. Of course that solves all dependency problems, but I don't find it very satisfying.

The problem under Linux is that none of the audio/video frameworks is mature yet, they've all come a long way in the last 2 to 3 years, but I think it will take another couple of years until we have something really useable and integrated (beyond the simple players).

That being said, you're more than welcome to give it a try if you have the will, skill and time to work on it.
Christophe


Return to “Development”