ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Thumbnail Video
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

wesleybobato

Brazil
367 Posts

Posted - Feb 12 2013 :  13:00:19  Show Profile  Reply
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.

xequte

38616 Posts

Posted - Feb 13 2013 :  01:24:49  Show Profile  Reply
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
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Feb 13 2013 :  14:47:26  Show Profile  Reply
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);????

Go to Top of Page

xequte

38616 Posts

Posted - Feb 14 2013 :  01:33:07  Show Profile  Reply
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
Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Feb 14 2013 :  04:36:05  Show Profile  Reply
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.
Go to Top of Page

xequte

38616 Posts

Posted - Feb 16 2013 :  12:59:42  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: