abdulhaq / SnapchatLikeCamera

Android code for camera like Snpachat
http://it.haq.life/blog/89-android-snapchat-like-camera
51 stars 19 forks source link

Cant add stickers on video #2

Open anonym2 opened 6 years ago

anonym2 commented 6 years ago

Hi Sir we cant use stickers on video

abdulhaq commented 6 years ago

To save video with a sticker on it you need to use FFMPEG library for it. I did not added it in the code because it FFMPEG made my app too large in size. You can check FFMPEG library usage on Google to implement it if you want.

anonym2 commented 6 years ago

Hi thanks for reply , can you just show me where I must start for implements it ? I didnt find solution alone

hirenpatelgit commented 6 years ago

@anonym2 Hey have you done save video with stickers and text? If yes then can you upload that code?