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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Help Capture Frame to TImageEnMView

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
wesleybobato Posted - Jan 18 2013 : 10:03:05
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?
3   L A T E S T    R E P L I E S    (Newest First)
wesleybobato Posted - Jan 22 2013 : 13:27:51
Thank Fabricio a Big Hug
fab Posted - Jan 22 2013 : 10:23:09
The simplest way (load frame #0) is:

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

wesleybobato Posted - Jan 18 2013 : 10:11:30
Nigel if you know another way to capture a frame from a video to WMV TImageEnMView Please teach me?