I need to extract stills from video files. Currently I am using ffmpeg, but I am looking for a simpler tool and for a tool that my collegues can just install. No need to compile it from a svn checkout.
Any hints? A python interface would be nice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your requirements ‘cli tool’ and ‘python interface’ aren’t entirely compatible. Which do you want?
The following media libraries all have Python bindings: GStreamer, libVLC (pyvlc provides w32 binaries), Xine (via Pyxine). I’m pretty sure none of them will be easier than using the ffmpeg or mplayer command-line tools, though.
Regarding ffmpeg: why would more than one person need to compile from a svn checkout (or tarball, as they’ve recently had their 0.5 release)? Grab or make a binary package and have everybody use it.