Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 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 -map 0 -map 1 -vcodec copy -an -ar 44100 output.avi
  2.  
  3. ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  4. built on Sep 21 2012 18:38:36 with gcc 4.6.3
  5. *** THIS PROGRAM IS DEPRECATED ***
  6. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  7. [video4linux2 @ 0xd07a20] Estimating duration from bitrate, this may be inaccurate
  8. Input #0, video4linux2, from '/dev/video1':
  9. Duration: N/A, start: 16993.324787, bitrate: N/A
  10. Stream #0.0: Video: mjpeg, yuvj422p, 1280x720, -5 kb/s, 30 tbr, 1000k tbn, 30 tbc
  11. [video4linux2 @ 0xd089a0] Estimating duration from bitrate, this may be inaccurate
  12. Input #1, video4linux2, from '/dev/video2':
  13. Duration: N/A, start: 16993.653784, bitrate: N/A
  14. Stream #1.0: Video: mjpeg, yuvj422p, 1280x720, -5 kb/s, 30 tbr, 1000k tbn, 30 tbc
  15. Number of stream maps must match number of output streams
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement