Skip to content

请教一下怎么加Text 文字水印? #26

Description

@anye0803
private void drawVideoFrame(ICanvasGL canvasGL, @Nullable SurfaceTexture outsideSurfaceTexture, @Nullable BasicTexture outsideTexture) {
     // Here you can do video process
     // 此处可以视频处理,例如加水印等等
     if(textureFilterLT == null) {
         textureFilterLT = new BasicTextureFilter();
     }
     if(textureFilterRT == null) {
         textureFilterRT = new HueFilter(180);
     }
}

这里说了可以加水印,但是还是不会加text的文本水印,求教

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions