Reputation: 1728
How can I put an image in each frame of a video file and save it with this edition?
I have heard about OpenCV or using Surfaces, but I don't know if this is the easiest way...
Thanks
Upvotes: 0
Views: 2079
Reputation: 530
The question is very common and depends on details. So, if you need to do that programmatically, you can:
1 and 2 are flexible, but you will have a deal with native code. You must be familiar with JNI, NDK. 3 is not good enough and you can get some performance issues. 4 would be the best choice, but I'm not sure that you will find any tutorial or example how to do that.
Upvotes: 1