chienpm304 / Zecorder

Android Screen recording and streaming application
50 stars 19 forks source link

MediaScreenEncoderHard watermark #9

Closed yrh2847189 closed 3 years ago

yrh2847189 commented 3 years ago

There is a problem with adding watermark to image rotation。

mEncoderSurface.makeCurrent(); mDrawer.draw(mTexId, mTexMatrix, 0);

for(CustomDecorator decor: mDecors) decor.updateTexId(); RenderUtil.renderTextures(mDecors); mEncoderSurface.swap(); makeCurrent();