![]() |
Xvideos watermark and ffmpeg
Is it possible to get this effect using FFMPEG?
|
|
Thank you arena
|
We tried as per the instructions there but it makes ffmpeg error out.
|
Have you considered an encoding SAAS?
|
Quote:
|
We got it to work but were unable to change the font, and were unable to change what time the watermark shows up in the video.
Current code: Code:
/usr/local/bin/ffmpeg -i "test.wmv" -acodec libfaac -keyint_min 20 -r 20 -vcodec libx264 -crf 25 -b 1000k -bt 1000k -y -bf 16 -threads 0 -vf drawtext="fontfile=includes/captchaFont.ttf:text='website':fontsize=15:fontcolor=white:x=w-30*t:y=10" "test.mp4" |
That scrolling watermark makes my blood boil every time I see it. Don't do it, man!
|
Quote:
|
Quote:
|
Quote:
This example will enable the filter from 20 seconds to 2 minutes Code:
ffmpeg -i input_file.mp4 -vf "drawtext=enable='between(t,20,2*60)':fontfile=/usr/share/fonts/truetype/impact.ttf: text='Mywebsite.com Test'" -acodec copy output.mp4 Note: for font try absolute path |
All times are GMT -7. The time now is 09:52 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc