GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need help watermarking some mp4's (https://gfy.com/showthread.php?t=1143830)

Morgan 06-24-2014 12:32 PM

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.

candyflip 06-24-2014 12:39 PM

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.

Kenny B! 06-25-2014 08:21 AM

Bump for you

dunhill 06-25-2014 10:25 AM

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

signupdamnit 06-25-2014 10:30 AM

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
where 'watermark.png' is the image you want to use as a watermark. This will watermark everything in the current directory on the bottom right corner. Also create a directory named 'out' under this directory and it will put the watermarked files there. :)

Rattlehead 06-26-2014 11:42 AM

Shoot an email to [email protected].
He is awesome, fast and affordable. I send a lot of editing and transcoding to him to process.

wizzart 06-26-2014 02:35 PM

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

NaughtyRob 06-26-2014 02:55 PM

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?

dunhill 06-26-2014 04:21 PM

Quote:

Originally Posted by NaughtyRob (Post 20138505)
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?

You need a dedicated/vps to install ffmpeg and run the command. Some hosts allow you to run it directly from php -- this is how some tube scripts get the duration and thumbs of the videos.


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