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)
-   -   Batch watermark FLV-files? (https://gfy.com/showthread.php?t=1055124)

Emil 01-27-2012 02:37 AM

Batch watermark FLV-files?
 
I need a way to batch watermark FLV-files, what application can I use for this?

EddyTheDog 01-27-2012 02:39 AM

VideoCharge will do it - It acn be a bit flakey though....

Emil 01-27-2012 03:38 AM

Thanks Eddy!

rogueteens 01-27-2012 06:00 AM

Moyea Flash Video can do it i think

CurrentlySober 01-27-2012 06:03 AM

i use poo... its not so much a watermark, but a shitstain... however its more effective cause it contains DNA... :2 cents:

ps...

i like poo... :thumbsup

fris 01-27-2012 07:35 AM

ffmpeg can do it

Just Alex 01-27-2012 07:38 AM

Quote:

Originally Posted by fris (Post 18715551)
ffmpeg can do it

can you do it server side? If so how does command line looks like?

ezrajulesjordanvideo 02-24-2012 03:16 PM

If you have ffmpeg installed just type

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

put your watermark file in the same directory your source video file is in.

fris 02-24-2012 09:40 PM

Quote:

Originally Posted by Just Alex (Post 18715559)
can you do it server side? If so how does command line looks like?

could do something like this

Code:

for f in *.mp4; do ffmpeg -y -i "$f" -f image2 -ss 10 -vframes 1 -an "${f%.mp4}.jpg"; done
would grab the first frame of every video in a directory of mp4 files


All times are GMT -7. The time now is 04:14 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123