Trying to convert 200 jpg files to an mp4 w/ ImageMagick. Receiving the same error over and over again

前端 未结 5 1507
梦谈多话
梦谈多话 2021-01-05 03:56

I\'m trying to convert 200 .jpg files that were .ppm files into one .mp4 file.

In the same directory as the .jpg files, I ran this code:

convert -del         


        
5条回答
  •  -上瘾入骨i
    2021-01-05 04:58

    sudo apt install ffmpeg


    ImageMagick delegates video processing. I lost more than 5 hours to understand why such a bug NotIdentifiedByImageMagickError

提交回复
热议问题