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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: