I am looking for a command to extract single frames from a movie (say AVI, MOV, MPG).
I started trying the example from http://www.imagemagick.org/Usage/video/#gif which resulted in the following error message:
Code: Select all
convert -quiet -delay 1 plane.avi plane.gif
convert: no decode delegate for this image format `plane.avi' @ error/constitute.c/ReadImage/533.
convert: missing an image filename `plane.gif' @ error/convert.c/ConvertImageCommand/2940.
Code: Select all
Version: ImageMagick 6.6.0-5 2010-03-07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
Needless to say I would finally like to extract a single or a range of frames to PNG, JPEG or DPX...
Thanks and enjoy the weekend!
Andreas