tags:

views:

1004

answers:

1

Anyone know how to convert a jpeg image to mpeg still frame format? I'd love to do it in java but a linux command line process would be ok. (I saw something on code project that does this for c sharp).

+3  A: 

I haven't done it myself but here is an overview of converting JPEG's into MPEG's. I would take a look at using FFMPEG.

Overview Link:
http://electron.mit.edu/~gsteele/ffmpeg/
FFMPEG:
http://ffmpeg.mplayerhq.hu/

toddk