Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a141982112@linux-6jho:~/work/anshul/Project/ffmpeg-liveStreaming> ffprobe -f v4l2 -i /dev/video0 -list_formats all
  2. ffprobe version 2.2.1 Copyright (c) 2007-2014 the FFmpeg developers
  3. built on Apr 19 2014 12:22:51 with gcc 4.7 (SUSE Linux)
  4. configuration: --enable-nonfree --enable-libfaac --enable-gpl --enable-libx264
  5. libavutil 52. 66.100 / 52. 66.100
  6. libavcodec 55. 52.102 / 55. 52.102
  7. libavformat 55. 33.100 / 55. 33.100
  8. libavdevice 55. 10.100 / 55. 10.100
  9. libavfilter 4. 2.100 / 4. 2.100
  10. libswscale 2. 5.102 / 2. 5.102
  11. libswresample 0. 18.100 / 0. 18.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [video4linux2,v4l2 @ 0xa4ca8e0] Raw : yuyv422 : YUV 4:2:2 (YUYV) : 640x480 320x240 160x120 352x288 176x144 1280x1024
  14. /dev/video0: Immediate exit requested
  15.  
  16. i want below info
  17. ioctl: VIDIOC_ENUM_FMT
  18. Index : 0
  19. Type : Video Capture
  20. Pixel Format: 'YUYV'
  21. Name : YUV 4:2:2 (YUYV)
  22. Size: Discrete 640x480
  23. Interval: Discrete 0.056 s (18.000 fps)
  24. Interval: Discrete 0.067 s (15.000 fps)
  25. Interval: Discrete 0.100 s (10.000 fps)
  26. Size: Discrete 320x240
  27. Interval: Discrete 0.033 s (30.000 fps)
  28. Interval: Discrete 0.067 s (15.000 fps)
  29. Interval: Discrete 0.100 s (10.000 fps)
  30. Size: Discrete 160x120
  31. Interval: Discrete 0.033 s (30.000 fps)
  32. Interval: Discrete 0.067 s (15.000 fps)
  33. Interval: Discrete 0.100 s (10.000 fps)
  34. Size: Discrete 352x288
  35. Interval: Discrete 0.033 s (30.000 fps)
  36. Interval: Discrete 0.067 s (15.000 fps)
  37. Interval: Discrete 0.100 s (10.000 fps)
  38. Size: Discrete 176x144
  39. Interval: Discrete 0.033 s (30.000 fps)
  40. Interval: Discrete 0.067 s (15.000 fps)
  41. Interval: Discrete 0.100 s (10.000 fps)
  42. Size: Discrete 1280x1024
  43. Interval: Discrete 0.133 s (7.500 fps)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement