On Mon, 11 Dec 2000, Terry Collins wrote:

> Can anyone recommend software to convert my jpegs to a movie?
> Mentioning animation on freshmeat brings up everything from screen
> savers, games and software to recreate Rex the Runt.

I have use mpeg_encode. I have a little perl script which generates the
param file based on the jpeg files available.

My param file is something like

PATTERN IB
OUTPUT movie.mpg
INPUT_DIR
INPUT
1.jpeg
2.jpeg
3.jpeg
END_INPUT
BASE_FILE_FORMAT JPG
GOP_SIZE 10
SLICES_PER_FRAME 1
PIXEL HALF
RANGE 2
INPUT_CONVERT *
PSEARCH_ALG LOGARITHMIC
BSEARCH_ALG CROSS2
IQSCALE 5
PQSCALE 5
BQSCALE 5
REFERENCE_FRAME DECODED
FORCE_ENCODE_LAST_FRAME
END_PARAM_FILE

You will have to play with the PATTERN and other options to get the style
and size of image you want.

RodosZZ

-- 
[EMAIL PROTECTED] | The fastest algorithm can frequently be replaced by
Camion Technology | one that is almost as fast and much easier to
+61 2 9873 5105   | understand.                      [Douglas W. Jones]



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to