![]() |
I need help watermarking some mp4's
Trying to use Video Charge to watermark about 450+ .mp4's but the output is not showing the watermark. Be happy to pay someone for their time if they can show me why it's not working. Or if someone can show me a better way, that would be great. Also tried Watermark Master but keeps crashing.
Or maybe I can just hire you to do it. |
I've done this for a bunch of people recently.
If you just want to dump it off on someone and have it done right, drop me a line. Email is in my sig...I don't check ICQ all that often. |
Bump for you
|
Use ffmpeg and watermark all of them in a single command. Let me know if you need help and I'll show you for free
|
On Linux using ffmpeg:
Code:
for f in *.*; do ffmpeg -i "$f" -vf "movie=../watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-5:main_h-overlay_h-5 [out]" -strict -2 -y out/"$f"; done |
Shoot an email to [email protected].
He is awesome, fast and affordable. I send a lot of editing and transcoding to him to process. |
Bottom right corner
ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" outputvideo.flv |
Dumb question but this may also help others...., you guys that suggested the ffmpeg code...
where do you put that command to make it work? |
Quote:
|
All times are GMT -7. The time now is 10:40 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123