[FFmpeg-user] Getting error "concealing 88 DC, 88 AC, 88 MV errors in I frame" when decoding H263+

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Aug 17 12:19:50 EEST 2018


2018-08-16 7:05 GMT+02:00, chetan goni <cgoni25 at gmail.com>:
> When i ran below command
> ".//ffmpeg -f h263 -i  video.bin -f flv out.flv"
>
> here
> *video.bin* : RTP playload

Either video.bin is a valid raw h263 file, then you don't have
to use "-f h263" (just as you don't need "-f flv") or it is not a
valid raw h.263 file, then it may not be possible to read the
file with FFmpeg.

Carl Eugen


More information about the ffmpeg-user mailing list