Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #Combine into montage 4 videos
  2. avconv -i octopus_resize.mp4 -i jellyfish_nosound_resize.mp4 -i monkeytool.mp4 -i celegans_resize.mp4 -filter_complex \
  3. '[0:v]pad=iw*2:ih*2:0:0[int2];[int2][1:v]overlay=0:H/2[int3];[int3][2:v]overlay=W/2:0[int4];[int4][3:v]overlay=W/2:H/2[out]' \
  4. -map [out] -an -c:v libx264 -crf 23 -preset veryfast nervous_noaudio.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement