Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
222
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 "[0:v]scale='w=iw*3/4:h=ih*3/4' [v1];[v1] rotate='-4*PI/180:ow=640:oh=360' [v2]" -map '[v2]' -vcodec libx264 output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement