Using JPG stills to make a "Video" file

  • Thread starter Thread starter BennioUK2
  • Start date Start date
B

BennioUK2

Hi all

I've been round and round the web and can't find an answer to:

How can I make a video file from JPG stills? I need it to be lossless
compression as the stills are already lossy enough.
Avi/Mpg/Wmf

Any pointers would be greatly appreciated. I am a proficient enough
programmer in VB.NET when pointed in the right direction.

3rd party plugins?
Links to a good tutorial?

Im all ears.

Thanks in advance.

Benn
b e n n 1 9 8 0 @ h o t m a i l . c o . u k
 
Hi,

Maybe this will help.
http://www.codeproject.com/cs/media/aviFileWrapper.asp

Ken
-------------------
Hi all

I've been round and round the web and can't find an answer to:

How can I make a video file from JPG stills? I need it to be lossless
compression as the stills are already lossy enough.
Avi/Mpg/Wmf

Any pointers would be greatly appreciated. I am a proficient enough
programmer in VB.NET when pointed in the right direction.

3rd party plugins?
Links to a good tutorial?

Im all ears.

Thanks in advance.

Benn
b e n n 1 9 8 0 @ h o t m a i l . c o . u k
 
Many thanks Ken.
Thats a good starting point for me. Do you know whether these AVIMaker
processes allow you to use JPG images instead of BMP's?
I'd imagine there would be a JPG to BMP converter class out there
somewhere too, but I'd like to make this process as streamlined as
possible, without it tree-ing out of control using multiple
workarounds.

Does anyone know of a good command line app that would batch process
JPG images into either an AVI or MPG file without losing further
quality.

Thanks again Ken.

Benn
b e n n 1 9 8 0 @ h o t m a i l . c o . u k
 
Back
Top