Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. ubuntu@arm:~/ffmpeg$ ./ffmpeg -f video4linux2 -vcodec h264 -s 640x480 -r 15 -i /
  2. dev/video0   -vcodec copy -an http://localhost:8099/feed1.ffm
  3. ffmpeg version 1.0.git Copyright (c) 2000-2012 the FFmpeg developers
  4.   built on Dec  6 2012 02:15:48 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  5.   configuration: --enable-libx264 --enable-gpl --prefix='~/ff'
  6.   libavutil      52. 11.101 / 52. 11.101
  7.   libavcodec     54. 79.100 / 54. 79.100
  8.   libavformat    54. 44.100 / 54. 44.100
  9.   libavdevice    54.  3.102 / 54.  3.102
  10.   libavfilter     3. 24.100 /  3. 24.100
  11.   libswscale      2.  1.103 /  2.  1.103
  12.   libswresample   0. 17.102 /  0. 17.102
  13.   libpostproc    52.  2.100 / 52.  2.100
  14. [video4linux2,v4l2 @ 0xc0b650] Cannot find a proper format for codec_id 28, pix_fmt -1.
  15. /dev/video0: Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement