T O P I C R E V I E W |
wesleybobato |
Posted - Feb 12 2013 : 13:00:19 Teach me how could I carry the Thumbnail of Video Below with this Method.
Thumbnails for video files can now be retrieved from Windows Explorer (using iegMViewExplorerThumbnailExts)
Thank you. |
5 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Feb 16 2013 : 12:59:42 Are you trying to add a video file to TImageEnMView so it shows as a thumbnail?
If so, you need only call:
ImageEnMView1.AppendImage('G:\Documents and Settings\Admin\Desktop\M2U07274.MPG');
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
wesleybobato |
Posted - Feb 14 2013 : 04:36:05 Hello Nigel Below the Method Fails of an Error in Time Extract Bitmap it's an Error Next in Line Bitmap.PixelFormat := pf24bit;
ImageEnMView1.AppendImage; ExtractExplorerThumbnail('G:\Documents and Settings\Admin\Desktop\M2U07274.MPG', ImageEnMView1.bitmap);
as you did in this demo below that can teach me http://www.imageen.com/info/history.html # 4.3.0 5.ImageEnMView will now display thumbnails for video files retrieved from Windows Explorer
Thank you.
|
xequte |
Posted - Feb 14 2013 : 01:33:07 If you want to get the thumbnail for a video file (into a bitmap) you can use:
ExtractExplorerThumbnail ('Movie.mpeg',ImageEnMView1.bitmap);
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
wesleybobato |
Posted - Feb 13 2013 : 14:47:26 Hello Thank you for the support As Link Below http://www.imageen.com/info/history.html # 4.3.0 5.ImageEnMView will now display thumbnails for video files retrieved from Windows Explorer
I would like to Know how I carry the Generating Video Thumbnail with latest version of ImageEN.
ImageEnMView1.MIO.LoadFromFile ('Movie.mpeg'); or ImageEnMView1.AppendImage ('Movie.mpeg'); or ImageEnMView1.LoadFromFileOnDemand ('Movie.mpeg'); or ImageEnMView1.ImageFileName [0]: = 'Movie.mpeg';
or / / uses iexShellThumbnails ExtractExplorerThumbnail ('Movie.mpeg',ImageEnMView1.bitmap);????
|
xequte |
Posted - Feb 13 2013 : 01:24:49 Sorry, can you explain in more detail?
By default (i.e. without you needing to code anything), TImageEnMView will display thumbnails for any video formats that Explorer supports.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|