Advertisement
Guest User

ATMTA

a guest
Oct 2nd, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ffmpeg.exe -i source.mp4 -filter:v "crop=iw*0.5:ih:0" left.mp4
  2.  
  3. ffmpeg.exe -i left.mp4 -filter:v "hflip" right.mp4
  4.  
  5. ffmpeg -i left.mp4 -i right.mp4 -filter_complex "[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid];pan=stereo|c0=c0|c1=c1" -map [vid] output.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement