How to display a thumb image or first frame from a MP4 file using Delphi 7
- by Edelcom
Hi,
I need to display a thumbnail preview of a folder full of MP4 files.
So, is there a Delphi 7 component which extract a thumbnail image from MP4 files (if MP4 does contain a thumbnail image), or is there a Delphi 7 component which can extract the 1st frame from a MP4 file ?
I need to extract it so I can save it to a .jpg or .png file (to be used again later on).
Any ideas, Thanks.