FFMPEG - Not finding codec parameters

后端 未结 5 1494
没有蜡笔的小新
没有蜡笔的小新 2020-12-17 15:43

I\'m trying to convert a sequence of images into a mpeg movie via FFMPEG, although I keep getting an error saying that it could not find the code parameters (Video: mjpeg).

5条回答
  •  醉酒成梦
    2020-12-17 15:49

    What ffmpeg is actually trying to tell you is, that your file has extension of jpeg, but the file actually is bmp or some other format.

    Make sure that the file is encoded in jpeg and the problem will disappear.

提交回复
热议问题