Video Processing
Posted: 2008-08-07T20:04:17-07:00
I am trying to break apart videos and get some of the frames that make up an image. I tried the example
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
Code: Select all
convert -quiet -delay 1 plane.avi plane.gif
What do these errors mean? Does this only work on certain avis?
Is there any way to parse a flash video file, .flv?
Thanks