[an error occurred while processing this directive]

dmconvert - digital media file conversion utility

SYNOPSIS

dmconvert [options] infile1 [... infileN] [outfile]

To make a video only MPEG movie with dmconvert:

dmconvert -f mpeg1v Image1.pbm Image2.pbm Image3.pbm mymovie.mpg

See the manual pages for dmconvert for details.

A simple script to make a movie from a sequence of numbered images named by prefix#.ext (where # is a number) is given here .

To make an MPEG movie using this script: (the mpeg is called mymovie.mpg)

./mymovie -s startFrame -e endFrame -p prefix -t image_type

For example, to use bmp images named image0.bmp, image1.bmp, ...

type

./mymovie -s 0 -e 100 -p image -t bmp

Note: dmconvert default mode outputs a 320x240 frame size MPEG-1 movie. [an error occurred while processing this directive]