Advertisement
Guest User

Add watermark and cut the first 5 secs of video

a guest
Oct 22nd, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ffmpeg -i inputvideo.mp4 -i watermark.png -filter_complex "[0:v][1:v]overlay=W-w-10:H-h-10[watermark]" -map "[watermark]" -map 0:a -codec:v libx264 -preset veryfast -crf 18 -ss 5 -codec:a copy outputvideo.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement