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).
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.