Advertisement
Guest User

ffmpeg

a guest
Apr 8th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for mov in dir/*.mov; do ffmpeg -i video.mov -i preview.png -filter_complex "scale=960:-1,overlay=(960-overlay_w)/2:(540-overlay_h)/2" -b 5000k "${mov%%.mov}.mp4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement