2

I want to create android application with video filters like in snapchat. The problem is that i can't find library like SCRecorder in IOS, I already added FFmpeg in application but even with ffmpeg i can't applying filters over the image or videos. Do you have any library or idea/code to solve this problem ? Below is screenshot from snapchat enter image description here

Ara Badalyan
  • 1,616
  • 1
  • 15
  • 20

1 Answers1

2

You can use opengl es for filter. By using different shader code you can implement different filter. Here is useful link https://www.virag.si/2014/03/rendering-video-with-opengl-on-android/

Gulshan Mishra
  • 106
  • 1
  • 11