Link to home
Start Free TrialLog in
Avatar of austin123
austin123

asked on

Converting AVI To MPEG

(3) I have done total programming using VIDEO FOR WINDOWS section of Platform SDK. My application is capturing live video through a camera installed on my computer or through a VCR connected to the card in my computer, card known as MPEG-1 Grand VCD 2000. It also Captures Still Images and save that on the disk with BMP format. I have used AVICAP window API functions and GDI functions. The Video Structure is LPVIDEOHDR. Either the captured data goes to the memory pointer pointed by LPVIDEOHDR structure or it goes to the file on hard disk, depending on my call of function (capCaptureSequence or capCaptureSequenceNoFile). I want to convert the captured video file or video data into mpeg-1 format from avi format. For this I want, any Window API function or any other third party function or utility or any other file-conversion utility. It's better if this can be done through any function so that I don't have to go out of my application to convert it or if the utility is there it can be called from my application so that my application don't switch off.

My requirement is to make a VCD out of this captured file which is possible only if the file type is mpeg not with avi.

Or if any other solution to my problem is there, it is also welcome. Site addresses are also welcome.
Avatar of letterwing
letterwing

See MainActor User Manual p.13.
Avatar of austin123

ASKER

I don't want to use anyother application but I want it to be done from my application only.


Anyway thanks for your effort and great time.

Thanks
I don't want to use anyother application but I want it to be done from my application only.


Anyway thanks for your effort and great time.

Thanks
Austin,  there's a good chunk of information about this general subject at  http://www.jmcgowan.com/aviconvert.html#ToMPEG  
ASKER CERTIFIED SOLUTION
Avatar of s1ng
s1ng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial