You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for providing a very useful library.
I'm looking for a way to overlay the video.
I want to overlay a video with the desired size and rotation value over the image. Is there a good way?
The text was updated successfully, but these errors were encountered:
You should find most of the information you need in this sample and the accompanying blogpost. Look at AddTextToVideoProcessor.kt and videoRenderer/textRender. Video and text are rendered in OpenGL with the help of a texture. You can switch the rendering order if you want to render one on top of the other.
First of all, thank you for providing a very useful library.
I'm looking for a way to overlay the video.
I want to overlay a video with the desired size and rotation value over the image. Is there a good way?
The text was updated successfully, but these errors were encountered: