How can I get a bitmap of a video file like Explorer does and display it in a TImage?
(Should work with Windows XP and above)
I think IExtractImage
interface is probablly what I need.
I have found this: How to retrieve the file previews used by windows explorer in Windows vista and seven But the links in the answer to the sources are broken :/
And this: Implementing IExtractImage, But I can't figure out how to actually use TCustomThumbnail
(ExtractThumb
is abstract).
Please can any one help me out a bit. and If you have a better idea than IExtractImage please share.