viewtopic.php?f=1&t=26144
Basically, when converting a video file to stills, some subimage ranges produce the following non-fatal error:
convert.exe: subimage specification returns no images `video.mpeg' @ error/constitute.c/ReadImage/577.
As linked in the other thread, here is a test video that is only 20 frames long:
http://ledseq.com/downloads/20frames.mp4
Run the following and it works fine:
Code: Select all
convert 20frames.mp4[0-9] -type truecolor -resize 16x16! -quality 100 %06d.bmp
Code: Select all
convert 20frames.mp4[10-19] -type truecolor -resize 16x16! -quality 100 %06d.bmp