Click here to Skip to main content
15,906,213 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi...
I am trying to take thumbnail of an video in C++. I just want first thumbnail which should show image of a video. Can anyone help me?

What I have tried:

I tried by using IMFSourceReader API. But i got only black color thumbnail.
Posted
Updated 11-Sep-17 1:04am

1 solution

You can use ffmpeg Documentation[^], either by using the command line utility or by Using libav* – FFmpeg[^] (the library).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900