Advertisement
madrugado

Untitled

Dec 20th, 2012
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.29 KB | None | 0 0
  1. ubuntu@arm:~/ffmpeg$ ./ffmpeg -f video4linux2 -list_formats all -i /dev/video0
  2. ffmpeg version 1.0.git Copyright (c) 2000-2012 the FFmpeg developers
  3.   built on Dec  6 2012 02:15:48 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4.   configuration: --enable-libx264 --enable-gpl --prefix='~/ff'
  5.   libavutil      52. 11.101 / 52. 11.101
  6.   libavcodec     54. 79.100 / 54. 79.100
  7.   libavformat    54. 44.100 / 54. 44.100
  8.   libavdevice    54.  3.102 / 54.  3.102
  9.   libavfilter     3. 24.100 /  3. 24.100
  10.   libswscale      2.  1.103 /  2.  1.103
  11.   libswresample   0. 17.102 /  0. 17.102
  12.   libpostproc    52.  2.100 / 52.  2.100
  13. [video4linux2,v4l2 @ 0xc0b5b0] R :   yuyv422 :     YUV 4:2:2 (YUYV) : 640x480 160x90 160x120 176x144 320x180 320x240 352x288 432x240 640x360 800x448 800x600 864x480 960x720 1024x576 1280x720 1600x896 1920x1080 2304x1296 2304x1536
  14. [video4linux2,v4l2 @ 0xc0b5b0] C : Unsupported :                H.264 : 640x480 160x90 160x120 176x144 320x180 320x240 352x288 432x240 640x360 800x448 800x600 864x480 960x720 1024x576 1280x720 1600x896 1920x1080
  15. [video4linux2,v4l2 @ 0xc0b5b0] C :     mjpeg :                MJPEG : 640x480 160x90 160x120 176x144 320x180 320x240 352x288 432x240 640x360 800x448 800x600 864x480 960x720 1024x576 1280x720 1600x896 1920x1080
  16. /dev/video0: Immediate exit requested
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement