Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am going to develop a program that uses ffmpeg and vlfeat on a linux server.

My task is simply: get some frames from a movie file and feed these frames to vlfeat's sift.

I am reading through some documents regarding using ffmpeg in c development, mainly here and here. As stated in the site, "There is not much "web based" official documentation for using these libraries." And some tutorials there might be a little outdated. I also read around that the API might differ from version to version. So I would like to ask for the following:

  1. Is it safe to follow this tutorial for the current implementation?

    • If so, given the impression from above, what are some of the things that should be change for the current implementation? (currently I got ffmpeg-git-c995644)
    • If not, what are the functions to acquire the frames of the movie file in any format?
  2. For vlfeat side, if I am to feed a movie's image frame from ffmpeg, what kind of conversion is required so that vlfeat's sift implementation can "digest" the movie's image frame?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.