Hi guys,
I'm trying to add some watermarks to the video and save it to a file, instead of just displaying the watermarked video by putting text to it. But h265Packet.getData().tofile(videoFile) , as demo shows, can't help either, since I can't set the buffer with my watermarked frame. How can I solve this problem?
Thanks.