1 Attachment(s)
Create AVI From Images (use Picturebox instead of file)?
hi,
Greetings to every one..
i m looking for a way to create avi files from images. and i found following article :
Code:
http://www.vbaccelerator.com/home/VB/Code/vbMedia/Movies/AVI_Creator/article.asp
so, form there i created a sample .. (attached) .. but the problem is it's only load images from file.. but i need to use images from picture box..
so, i can pass either picture.hdc or picture.image.. etc.. i don't like to save the image to file and read it from file .. it will be slower..
so, any help would appreciated..
best regards
Re: Create AVI From Images (use Picturebox instead of file)?
Zip has not images, so I can't try you project.
However you can
- before: save images to file
- after: create AVI video
Re: Create AVI From Images (use Picturebox instead of file)?