Open
Description
FFmpeg n3.0.1 have a bug that when using -filter_complex "overlay" to generate image these will be some errors as following:
[mjpeg @ 0x7fac9c800000] error count: 20
[mjpeg @ 0x7fac9c800000] error y=0 x=94
[mjpeg @ 0x7fac9c800000] error count: 68
[mjpeg @ 0x7fac9c800000] error y=4 x=45
which cause the output image pixel wired. this bug have been fixed in later release of ffmpeg. Hope you have time to update the version of FFmpeg. Thanks.