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
 Help Capture Frame to TImageEnMView
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

wesleybobato

Brazil
367 Posts

Posted - Jan 18 2013 :  10:03:05  Show Profile  Reply
hello nigel how do I capture a frame and TIEMediaReader Skip to TImageEnMView

var media: TIEMediaReader;
media: TIEMediaReader.Create = ('video.wmv');
ImageEnMView1.Append;
media.GetSample (0, ImageEnMView1.IEBitmap);
not working can you help me please?

wesleybobato

Brazil
367 Posts

Posted - Jan 18 2013 :  10:11:30  Show Profile  Reply
Nigel if you know another way to capture a frame from a video to WMV TImageEnMView Please teach me?
Go to Top of Page

fab

1310 Posts

Posted - Jan 22 2013 :  10:23:09  Show Profile  Reply
The simplest way (load frame #0) is:

ImageEnMView1.ImageFileName[ImageEnMView1.AppendImage()] := 'test.wmv::0';

Go to Top of Page

wesleybobato

Brazil
367 Posts

Posted - Jan 22 2013 :  13:27:51  Show Profile  Reply
Thank Fabricio a Big Hug
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: