cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 831 forks source link

Consider upgrade ffmpeg to latest version as there is a bug on using overlay filter in n3.0.1 #130

Open mortyccp opened 8 years ago

mortyccp commented 8 years ago

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.

hiteshsondhi88 commented 8 years ago

Thanks for reporting this. Will update FFmpeg in the coming release.