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