no encode delegate for this image format `AVI'
Posted: 2019-04-06T02:36:56-07:00
hello
I'm under ubuntu 18.04
I'm trying to create a movie from jpegs but I've an error :
note that I verify that the pictures are here.
what is the solution ?
I'm under ubuntu 18.04
Code: Select all
convert -version
Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Code: Select all
convert -delay 1 cam/201803*_133*.jpg out.avi
convert-im6.q16: no encode delegate for this image format `AVI' @ warning/constitute.c/WriteImage/1180.
note that I verify that the pictures are here.
what is the solution ?