bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.27k stars 8.09k forks source link

IJK player, the image is not so nice, it's pixelated #966

Closed autostoper closed 8 years ago

autostoper commented 8 years ago

When I use IJK player, the image is not so nice, it's pixelated in some areas and not so sharp. test: s805, H3, Rk3128, S905, RK3229, RK 3128

iJK player 1321652713-ijk player

Internal android player 105591662-internal

bbcallen commented 8 years ago
ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_CODEC, "skip_loop_filter", 0);
vladd49 commented 8 years ago

This seems to be amlogic and MediaCodec issue, not ijkplayer. The only way to solve it is to disable MediaCodec, but decoding speed will drop significantly. ExoPlayer with MediaCodec also has this issue on MediaCodec when playing the same stream.

If anyone knows a fix or a workaround it will be extremly appreciated.

linwea commented 8 years ago

how to set the option let image best?