Filter on playing video on GLSurfaceView at runtime
问题 I used https://github.com/krazykira/VidEffects to apply filter on playing video. But I want to change the filter on click of button at runtime without any glitch on playing video. According to Applying Effects on Video being Played I should use mVideoView.init(mMediaPlayer,new filter) whenever I want to change filter.But there is no effect on playing video Can someone help me... I am not experienced in using GLSurfaceView. Here is my java class public class MainActivity extends Activity {