saki4510t / AudioVideoRecordingSample

Simultaneous audio and video recording sample using MediaCodec/MediaMuxer
Apache License 2.0
950 stars 291 forks source link

Crop frame before encoding it #5

Closed VictorOjeda closed 8 years ago

VictorOjeda commented 8 years ago

Hi Saki,

First, thank you for your share. I would like to know if there is a way to crop/manipulate each frame before encoding it.

saki4510t commented 8 years ago

Hi, I add some code to apply mvp matrix to recording images. You can change mvp matrix as you want(as you can see some sample matrix in updateViewport method in CameraGLView.java). saki