Search found 3 matches

by mrueben
Tue Nov 29, 2016 4:25 pm
Forum: Usage, tips and tricks
Topic: Custom ffmpeg Watermark
Replies: 6
Views: 10464

Re: Custom ffmpeg Watermark

for other user´s having the same problem here are the solution


-i "\\ipadress\ffastrans\Logo.png" -filter_complex "overlay=10:10" -c:v libx264 -profile:v high -preset ultrafast -b:v 5000k -minrate 5000k -maxrate 5000k -bufsize 5000k -c:a aac -strict -2 -ar 44100 -ab 128k

marcus
by mrueben
Sat Nov 26, 2016 3:23 pm
Forum: Usage, tips and tricks
Topic: Custom ffmpeg Watermark
Replies: 6
Views: 10464

Re: Custom ffmpeg Watermark

Sorry for the question before thinking!!!! this now work in dos but how bring it in ffastrans? ffmpeg -i C:\video\test.wmv -i C:\logo\logo.png -filter_complex "overlay=10:10" -c:v libx264 -preset ultrafast -crf 20 -maxrate 5000k -c:a aac -strict -2 -ar 44100 -ab 128k -pix_fmt yuv420p C:\vi...
by mrueben
Sat Nov 26, 2016 8:33 am
Forum: Usage, tips and tricks
Topic: Custom ffmpeg Watermark
Replies: 6
Views: 10464

Custom ffmpeg Watermark

Whats wrong with this code

-i "C:\logo\logo.png -filter_complex" "overlay=10:10" -c:v libx264 -preset ultrafast -crf 20 -maxrate 5000k -vf scale=1280:720 -bufsize 1835k -c:a aac -strict -2 -ar 44100 -ab 128k -pix_fmt yuv420p

thanks for helping!