I want to extract an image (First frame) form a video file in qt. I used ffmpeg application to extract a frame, it gives extact result what I need, but ffmpeg is a seperate application, which overloads process. So I want to make it as static linking. Is it possible make static link to ffmpeg , is there is any statick library available for extracting frame from video or are there any other ways to extract frame from video? I dont want to use Qt phonon, because it physically opens a phonon dialog and then take a scrrenshot. I want the extracting process should happenin background.
Thanks in Advance