bilibili / ijkplayer

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

video filters #3686

Open Yair0007 opened 6 years ago

Yair0007 commented 6 years ago

Does ijkplayer support video filters ? Thanks

zhengchengbin610 commented 6 years ago

@Yair0007 video filter is supported

Yair0007 commented 6 years ago

Thank you. Any reference or example ?

zhengchengbin610 commented 6 years ago

if you already config you want filter, then write code set the filter value for vf0, Android code like this : ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "vf0", "vflip"); hope usefull for you.

ShiQiangMu commented 4 years ago

if you already config you want filter, then write code set the filter value for vf0, Android code like this : ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "vf0", "vflip"); hope usefull for you.

Hello, how to create a filter?