Page 1 of 1

Posted: 2006-01-13T11:11:18-07:00
by magick
ImageMagick supports both MPEG-1 and MPEG-2 reading and writing. To write an MPEG simply add the mpg or m2v extension to your filename or prefix the filename with mpg: or m2v:. For example:
  • convert *.jpg m2v:myvideo
MPEG support does require an external delegate, the mpeg_decode and mpeg_encode programs. These are included with the Windows distribution of ImageMagick, otherwise grab them from ftp://ftp.imagemagick.org/pub/ImageMagick/delegates.

Posted: 2006-03-21T14:13:02-07:00
by Jonas
Is it possible to set the mpeg-2 bit rate.

Posted: 2006-03-21T14:44:33-07:00
by magick
You can affect the MPEG creation with the -quality , -delay, -ticks-per-scond, and -sampling-factor command line options. You could always edit the source of coders/mpeg.c to adjust the MPEG configuration file.