![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Industry Role:
Join Date: Dec 2011
Posts: 48
|
Xvideos watermark and ffmpeg
Is it possible to get this effect using FFMPEG?
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Jan 2013
Posts: 246
|
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Industry Role:
Join Date: Dec 2011
Posts: 48
|
Thank you arena
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: Dec 2011
Posts: 48
|
We tried as per the instructions there but it makes ffmpeg error out.
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#5 |
Registered User
Industry Role:
Join Date: Nov 2013
Posts: 50
|
Have you considered an encoding SAAS?
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#6 |
Confirmed User
Industry Role:
Join Date: Jan 2013
Posts: 246
|
Can you post error log and ffmpeg command you tried?
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Industry Role:
Join Date: Dec 2011
Posts: 48
|
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" |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#8 |
Registered User
Industry Role:
Join Date: Feb 2013
Location: Ohio
Posts: 52
|
That scrolling watermark makes my blood boil every time I see it. Don't do it, man!
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#9 | |
Confirmed User
Industry Role:
Join Date: Apr 2001
Posts: 1,738
|
Quote:
![]()
__________________
TeenFlood.com Online since 1998.
![]() TFCash KissMeGirl VirginRiches MondoBucks tim at tfcash.com or submit a ticket at our HelpDesk |
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#10 |
Pimping ain't easy.
Industry Role:
Join Date: Jan 2014
Location: Down the street by the pay phone.
Posts: 255
|
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#11 | |
Confirmed User
Industry Role:
Join Date: Jan 2013
Posts: 246
|
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 |
|
![]() |
![]() ![]() ![]() ![]() |