Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ffmpeg -y -f video4linux2 -vcodec mjpeg -s 1280x720 -r 30 -i /dev/video1 -f video4linux2 -vcodec mjpeg -s 1280x720 -r 30 -i /dev/video2 \
  2. -filter_complex 'pad=iw*2:ih[src]; [src]overlay=w' \
  3. -vcodec copy -an -ar 44100 left.avi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement