Watermark Multiple Videos at Once.

Limpa

Newbie
Joined
May 6, 2016
Messages
31
Reaction score
1

Let's say I have 10,000 videos. Obviously watermarking every single one individually is significantly time-consuming.
Is there any way or software that you can watermark multiple videos (or even pics) all at once?

Cheers,
Limpa
 
Do you have a stronger config? Because watermarking videos isn't just time consuming, but resource intensive too. If you want to use multiple threads, you'll need a quite strong machine with high processing power.

I don't do video watermarking, so i can't really help with that, other than recommending ffmpeg from command line or try this: https://github.com/ozok/TEncoder

For the pics i use Watermark Factory 2.
 
There are a lot of good software's for that
Adobe premier pro can be a good software for your purpose.
I have used it personally & it's pretty good.
My advise for your machine would be to go for a quad core intel processor with a decent GPU.
Might not get the best performance with a mid tear card but the GPU
the time consumption would be much lesser than the traditional processor only rendering.
 
In Final Cut Pro X you can import several videos and put a watermark layer over top of them all at once and export each video as separate clips. While one is rendering you can keep working and exporting. It's much faster than having to do it manually to each video.
 
Ffmpeg is the best tool for this hands down. Easy to script with as it provides an API as well, so you can automate the entire task.
 
You could do it with ffmpeg as other suggested. Its pretty easy to code a script with ffmpeg and you can get all your videos watermarked without doing anything else. Obviously it is super processor intensive. Let me know if you need some assistance.
 
Back
Top