Denis <info@...> writes: > I have a problem with "decoding_encoding.c" example > making a video with mjpeg codec. I obtain the error > > "Encode video file mjpeg.mpg > [mjpeg @ 0x956b020] Specified pix_fmt is not supported > could not open codec"
(The following is of course pure guessing, since all necessary information is missing.) MJPEG does not support yuv420p, it needs PIX_FMT_YUVJ420P (or PIX_FMT_YUVJ422P). Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
