Skip to content

录屏加水印 #69

Open
Open
@xioayaohou

Description

@xioayaohou

你好, 我想要在录屏的过程中添加上水印,我该怎么实现, 应为你视频这没有输入的监听, 全是输出的也就是解码后的数据, mMuxer.writeSampleData(mVideoTrackIndex, encodedData, mBufferInfo); 我添加水印是不是应该在这个时候把 encodedData转换成bitmap并添加图片或者文字, 然后在转换为ByteBuffer newEncodedData, 传入mMuxer.writeSampleData(mVideoTrackIndex, newEncodedData, mBufferInfo)

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