not enough pixel data

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jmr_magick

not enough pixel data

Post by jmr_magick »

Tried to convert an .avi file to .gif using using IM 6.2.8

-convert -delay 1 5884.avi tensilebar.gif

received errors
convert: Not enough pixel data '5884.avi'
convert: missing image filename 'tensilebar.gif'

I would like to avoid obtaining another piece of software to split .avi into .jpg's.

Is there anything I can do with my IM version? Does anyone know if this issue has been resolved in that latest IM version 5.x.x

Thanks!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: not enough pixel data

Post by fmw42 »

IM version 5.x.x
This is so old, it is not likely to work well. You really need to upgrade to the latest IM 6.6.0-4
Post Reply