Page 1 of 1

Video Processing

Posted: 2008-08-07T20:04:17-07:00
by metsfan666
I am trying to break apart videos and get some of the frames that make up an image. I tried the example

Code: Select all

convert -quiet -delay 1 plane.avi plane.gif
I replaced plane.avi with a different video I had. I got no output so I removed -quiet and got this error "convert: Not enough pixel data" A different avi gave this error "convert: AVI chunk indx not yet supported"

What do these errors mean? Does this only work on certain avis?

Is there any way to parse a flash video file, .flv?

Thanks

Re: Video Processing

Posted: 2008-08-11T00:03:13-07:00
by anthony
AVI is a very complex video format that contains a huge number of different codecs. IM can not handle all these codecs.

It is suggested you install and use a specialized video handling tool like mencode (with the full codec collection) to separate out the desired frames.