views:

355

answers:

1

I am looking for an open source C/C++ image/video thumbnail generation libraries.

(other than ffmpeg or DevIL)

+1  A: 

Will Image Magick work? It is quite a capable library with C++ (and C) bindings. It does support grabbing still frames from some video formats, see here. It's a command-line example, but should work from the API as well.

Matthew Talbert
Image Magick is fine, but it does not support video thumbnail generation AFAIK.
equinox
What format are your videos in? ImageMagick does support some AVI formats.
Matthew Talbert