'How to add a text watermark to multiple videos with ffmpeg
I am currently using this command to output all videos in folder without the first 5 seconds:
FORFILES /M "*.mkv" /c "cmd /c ffmpeg -ss 5.5 -i ^"@file^" -c copy -map 0 ^"done\\@file^""
I would like to know how can I add a text watermark to all of them in the same command. The location of the watermark should be on top left of the video.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
