How to display a thumb image or first frame from a MP4 file using Delphi 7

Posted by Edelcom on Stack Overflow See other posts from Stack Overflow or by Edelcom
Published on 2010-05-27T13:03:30Z Indexed on 2010/05/27 16:51 UTC
Read the original article Hit count: 252

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.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about image-processing