[an error occurred while processing this directive]
dmconvert - digital media file conversion utility
SYNOPSIS
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.
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]