deepmedia / Transcoder

🎞 Hardware-accelerated video transcoding using Android MediaCodec APIs. Supports cropping, concatenation, clipping, audio processing, video speed and much more.
https://opensource.deepmedia.io/transcoder
Apache License 2.0
783 stars 166 forks source link

Question: Is it possible to write on MediaCodec.inputSurface? #120

Closed krottv closed 3 years ago

krottv commented 3 years ago

Hi. I have an opengl TextureView. Is it possible to record it with this library via mediaCodec.inputSurface?

natario1 commented 3 years ago

The library is meant to transcode existing videos, but you might be able to fork it and use internal classes to do what you want.