Add a text watermark to a video.
await addTextWatermark({ input: 'video.mp4', output: 'watermarked.mp4', text: '© MyCompany 2025', position: 'bottom-right', fontSize: 24, fontColor: 'white@0.7',}); Copy
await addTextWatermark({ input: 'video.mp4', output: 'watermarked.mp4', text: '© MyCompany 2025', position: 'bottom-right', fontSize: 24, fontColor: 'white@0.7',});
Optional
Add a text watermark to a video.
Example