Advertisement
Guest User

multiple

a guest
Apr 23rd, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ffmpeg -i input.mp4 -filter_complex "setpts=PTS/1.07;atempo=1.07" output.mp4
  2.  
  3. ffmpeg -i input.mp4 -vf "scale=1.2*iw:-1, crop=iw/1.2:ih/1.2" output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement