I have started a JV so now I am making a website.any update?
I can upload anything to my own siteGG with all the porn sites who will eventually stop letting unverified models upload![]()
I can upload anything to my own site
But yeah that will be a problem if it becomes true
I use ffmpeg to automate everything. It's a command line tool so it allows easy automation. Here is the exact script.How you automated the video editing process which script are you using?
ffmpeg -i "C:\inputFile.mp4" -vf "drawtext=text='yoursite.com':x=10:y=H-th-10:fontsize=12:fontcolor=white:shadowcolor=black:shadowx=2:shadowy=2" "C:\outputFile.mp4"
hey this helped me because i was always editing videos manually with my adobe premier lol, however the text added is small and the font is bad, i can change the color and size with your script but i dont know how i can change the font type, can you help with this?I use ffmpeg to automate everything. It's a command line tool so it allows easy automation. Here is the exact script.
Bash:ffmpeg -i "C:\inputFile.mp4" -vf "drawtext=text='yoursite.com':x=10:y=H-th-10:fontsize=12:fontcolor=white:shadowcolor=black:shadowx=2:shadowy=2" "C:\outputFile.mp4"
Change the script accordingly to suite your needs. Hope it helps.
Surehey this helped me because i was always editing videos manually with my adobe premier lol, however the text added is small and the font is bad, i can change the color and size with your script but i dont know how i can change the font type, can you help with this?
ffmpeg -i "C:\inputFile.mp4" -vf "drawtext=text='yoursite.com':x=10:y=H-th-10:fontfile=/path/to/font.ttf:fontsize=12:fontcolor=white:shadowcolor=black:shadowx=2:shadowy=2" "C:\outputFile.mp4"
thanks bro saved a lot of time for meSure
Bash:ffmpeg -i "C:\inputFile.mp4" -vf "drawtext=text='yoursite.com':x=10:y=H-th-10:fontfile=/path/to/font.ttf:fontsize=12:fontcolor=white:shadowcolor=black:shadowx=2:shadowy=2" "C:\outputFile.mp4"
No problem. Shoot me a DM if you need anything else.thanks bro saved a lot of time for me