dserrano3 / overlay_video

Program using JavaCv to insert a picture into a video, you can move the image and it will render a new video with the image.
4 stars 1 forks source link

Can this implementation be ported for Android?? #1

Open RahulSDeshpande opened 9 years ago

RahulSDeshpande commented 9 years ago

Hi @dserrano3..

I am on your GH page from last many hours.. understanding the fresh code & JARs.. Its an amazing concept in fact.. I was hunting for this implementation since many days..

Your repo i think is my rescue ranger..

Ok.. My question is.. as this project is completely in Java.. can this implementation be ported for Android !?!

dserrano3 commented 9 years ago

Hi, it was developed using javacv so it shouldn't be too hard. You would have to change the user interface, because that wouldn't work, and you would also need to change the way you get the video and picture and how you save it. I will give it a try tomorrow, and if I finish I'll create a new repository, or if you already created something I could work on that.

RahulSDeshpande commented 9 years ago

Hi @dserrano3..

That would be great..

But its hard for me to work on it on weekdays.. I usually work on Android on weekends bcoz of my Job :(

Anyway, I will be trying out this thing.. I am eager.. :D Whenever if you start this project, create a repo, I will clone it & also work on it..