Advertisement
Guest User

Untitled

a guest
Jul 30th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. pi@raspberrypi ~/Desktop $ ffmpeg -t 10 -f video4linux2 -s 176x144 -r 30 -i /dev/video0 -f avconv -i /dev/dsp1 -f mpeg webcam.mpeg
  2. ffmpeg version 0.8.2-6:0.8.2-1+rpi1+b1, Copyright (c) 2000-2011 the Libav developers
  3. built on Jun 27 2012 01:07:05 with gcc 4.6.3
  4. *** THIS PROGRAM IS DEPRECATED ***
  5. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  6. [video4linux2 @ 0x8c7220] Cannot find a proper format for codec_id 0, pix_fmt -1.
  7. /dev/video0: Input/output error
  8. pi@raspberrypi ~/Desktop $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement