Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. ffmpeg -f x11grab -s 1824x984 -i :0.0 -s 800x600 -an -f flv "rtmp://live-arn.twitch.tv/app/live_***"
  2. ffmpeg version N-89616-ge6a1dfc9ce Copyright (c) 2000-2017 the FFmpeg developers
  3.   built with gcc 6.3.0 (Raspbian 6.3.0-18+rpi1) 20170516
  4.   configuration:
  5.   libavutil      56.  7.100 / 56.  7.100
  6.   libavcodec     58.  9.100 / 58.  9.100
  7.   libavformat    58.  3.100 / 58.  3.100
  8.   libavdevice    58.  0.100 / 58.  0.100
  9.   libavfilter     7.  7.100 /  7.  7.100
  10.   libswscale      5.  0.101 /  5.  0.101
  11.   libswresample   3.  0.101 /  3.  0.101
  12. [x11grab @ 0x29a7240] Stream #0: not enough frames to estimate rate; consider increasing probesize
  13. Input #0, x11grab, from ':0.0':
  14.   Duration: N/A, start: 1514382396.166636, bitrate: N/A
  15.     Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1824x984, 29.97 fps, 1000k tbr, 1000k tbn, 1000k tbc
  16. Stream mapping:
  17.   Stream #0:0 -> #0:0 (rawvideo (native) -> flv1 (flv))
  18. Press [q] to stop, [?] for help
  19. Output #0, flv, to 'rtmp://live-arn.twitch.tv/app/live_***':
  20.   Metadata:
  21.     encoder         : Lavf58.3.100
  22.     Stream #0:0: Video: flv1 (flv) ([2][0][0][0] / 0x0002), yuv420p, 800x600, q=2-31, 200 kb/s, 29.97 fps, 1k tbn, 29.97 tbc
  23.     Metadata:
  24.       encoder         : Lavc58.9.100 flv
  25.     Side data:
  26.       cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
  27. [flv @ 0x29af6a0] Failed to update header with correct duration.te= 208.7kbits/s speed=1.21x    
  28. [flv @ 0x29af6a0] Failed to update header with correct filesize.
  29. frame=   22 fps=2.4 q=2.0 Lsize=     263kB time=00:00:10.31 bitrate= 208.7kbits/s speed=1.15x    
  30. video:262kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.209773%
  31. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement