![]() |
Batch watermark FLV-files?
I need a way to batch watermark FLV-files, what application can I use for this?
|
VideoCharge will do it - It acn be a bit flakey though....
|
Thanks Eddy!
|
Moyea Flash Video can do it i think
|
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 |
ffmpeg can do it
|
Quote:
|
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. |
Quote:
Code:
for f in *.mp4; do ffmpeg -y -i "$f" -f image2 -ss 10 -vframes 1 -an "${f%.mp4}.jpg"; done |
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