Advertisement
Guest User

Untitled

a guest
Feb 6th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. ffmpeg -f v4l2 -list_formats all -i /dev/video0
  2.  
  3. [video4linux2,v4l2 @ 0x1a9c250] Raw : yuyv422 : YUYV 4:2:2 : 640x480 160x120 176x144 320x180 320x240 352x288 424x240 480x270 640x360 800x448 800x600 848x480 960x540 1024x576 1280x720 1600x896 1920x1080 2304x1296 2304x1536
  4. [video4linux2,v4l2 @ 0x1a9c250] Compressed: mjpeg : Motion-JPEG : 640x480 160x120 176x144 320x180 320x240 352x288 424x240 480x270 640x360 800x448 800x600 848x480 960x540 1024x576 1280x720 1600x896 1920x1080
  5. /dev/video0: Immediate exit requested
  6.  
  7.  
  8.  
  9. ffmpeg -f v4l2 -video_size 1920x1080 -i /dev/video0 -r 10 -f rtsp rtsp://localhost:8554/unicast
  10.  
  11. Input #0, video4linux2,v4l2, from '/dev/video0':
  12. Duration: N/A, start: 12474.865322, bitrate: 165888 kb/s
  13. Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 1920x1080, 165888 kb/s, 5 fps, 5 tbr, 1000k tbn, 1000k tbc
  14. Output #0, rtsp, to 'rtsp://localhost:8554/unicast':
  15. Metadata:
  16. encoder : Lavf57.56.101
  17. Stream #0:0: Video: mpeg4, yuv420p, 1920x1080, q=2-31, 200 kb/s, 10 fps, 90k tbn, 10 tbc
  18. Metadata:
  19. encoder : Lavc57.64.101 mpeg4
  20. Side data:
  21. cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
  22. Stream mapping:
  23. Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (native))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement