Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want overlay the video #2

Open
dkshin opened this issue Mar 24, 2021 · 2 comments
Open

I want overlay the video #2

dkshin opened this issue Mar 24, 2021 · 2 comments

Comments

@dkshin
Copy link

dkshin commented Mar 24, 2021

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?

@sixo
Copy link
Owner

sixo commented Mar 24, 2021

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.

@dkshin
Copy link
Author

dkshin commented Mar 31, 2021

I want to make two videos of different lengths into one video.
If so, is it correct to use two decoders?
123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants