![]() |
FFMPEG Watermark in video
Hi guys!
Does anyone know which command to use to watermark(.png) videos during encoding. This is the regular command line to encode video into mp4 -acodec libfaac -keyint_min 20 -r 20 -vcodec libx264 -crf 22 -b 1000k -bt 1000k -y -v 0 -bf 16 -threads 0 All i need is to add a command to watermark the video. This is what ffmpeg.org tells Insert a transparent PNG logo in the bottom left corner of the input, using the ffmpeg tool with the -filter_complex option: ffmpeg -i input -i logo -filter_complex 'overlay=10:main_h-overlay_h-10' output Just can't get this working. Any help would be appreciated. On a side not, i use the mechbunny script in case it's of any usefull info. |
did u check stackoverflow?
|
depends on which ffmpeg version you are using.
google it, you ll find many examples and just test few. |
Quote:
I did use google but for some reason i'm doing something wrong i guess. Tested a whole bunch. :Oh crap |
All times are GMT -7. The time now is 10:53 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123