[magick-users] "vbv_delay underflow" gives choppy playback/premature ending

Anthony Thyssen anthony at griffith.edu.au
Thu Oct 4 20:39:10 PDT 2007


"Michael Davidson" on  wrote...
| Firstly, let me say that ImageMagick is a fantastic tool for creating
| timelapse movies of mountain sunrises and sunsets.  (I butter you up first,
| then I ask for your help.)
| 
|  
| 
| When I use "convert -delay 10 *.jpg filename.mpg", I get the following
| results:
| 
IM is not really will suited to generating MPG and other movie formats.

I suggest you use mmencode  instead, whcih is really designed for this
type of thing.  IM can still be used for processing though, and a lot of
movie processing packages use it for this purpose.

You could try the m2v format...

   convert -delay 10 *.jpg m2v:glacier.mpg

Another example I have is..

   png2yuv -j file%08d.png -I p -f 25 -b 1 | \
       mpeg2enc -f 3 -q 3 -b 5000 -o out.m2v

I saved thes into IM Examples, for MPEG format at
   http://imagemagick.org/Usage/formats/#mpeg

Also present in this area was the following notice...

    =======8<--------
    There are some reports that unless the images are the right aspect
    ratio is correct this will fail on older mpeg players, use the MPEG
    II extension (m2v:) instead.
    =======8<--------


  Anthony Thyssen ( System Programmer )    <A.Thyssen at griffith.edu.au>
 -----------------------------------------------------------------------------
    The only way to discover the limits of the possible
    is to go beyond them into the impossible.      -- Arthur C. Clarke
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/


More information about the Magick-users mailing list