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

Example of how to mimic the iOS equivalent of AVAssetWriterInput and CISourceOverCompositing #68

Open
darrinps opened this issue Feb 22, 2021 · 0 comments

Comments

@darrinps
Copy link

In iOS, one can take a sample buffer, modify it with CISourceOverCompositing and then use the result to feed AVAssetWriterInput.

That allows them to easily do things like add overlays to video. Since such functionality still does not exist in the MediaRecorder, an example of how to do this with what exists today would be very beneficial (just do a Google search on Android Video Watermark/Overlay/etc....it's a commonly requested topic with no good answers).

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

1 participant