Advertisement
Guest User

FFMPEG Command

a guest
Apr 25th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /usr/local/bin/ffmpeg -y -i '/path/to/input.flv' -vf 'movie=/tmp/watermark-f59ed92da7437d6136d006c2756e0901.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out]' -threads 8 -profile:v high -preset slow -crf 23 -bufsize 1176k -maxrate 588k -f mp4 /path/to/out.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement