Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. pi@raspberrypi:~/ffmpeg $ raspivid -o - -t 0 -vf -hf -fps 5 -b 6000000 | ./ffmpeg -f lavfi -i nullsrc -f h264 -i - -vcodec copy -acodec aac -f flv rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg
  2. ffmpeg version 3.1.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.4.1 (Debian 5.4.1-2) 20160904
  4. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --enable-libmp3lame --enable-libx264 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-amrwbenc --enable-gray --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --enable-frei0r --enable-libfribidi --disable-indev=sndio --disable-outdev=sndio --enable-librtmp --cc=gcc-5 --disable-ffplay
  5. libavutil 55. 28.100 / 55. 28.100
  6. libavcodec 57. 48.101 / 57. 48.101
  7. libavformat 57. 41.100 / 57. 41.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 47.100 / 6. 47.100
  10. libswscale 4. 1.100 / 4. 1.100
  11. libswresample 2. 1.100 / 2. 1.100
  12. libpostproc 54. 0.100 / 54. 0.100
  13. Input #0, lavfi, from 'nullsrc':
  14. Duration: N/A, start: 0.000000, bitrate: N/A
  15. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
  16. [h264 @ 0x32f2e70] Stream #0: not enough frames to estimate rate; consider increasing probesize
  17. Input #1, h264, from 'pipe:':
  18. Duration: N/A, bitrate: N/A
  19. Stream #1:0: Video: h264 (High), yuv420p, 1920x1080, 25 fps, 25 tbr, 1200k tbn, 50 tbc
  20. [flv @ 0x3316610] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  21. Output #0, flv, to 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg':
  22. Metadata:
  23. encoder : Lavf57.41.100
  24. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 1920x1080, q=2-31, 25 fps, 25 tbr, 1k tbn, 1200k tbc
  25. Stream mapping:
  26. Stream #1:0 -> #0:0 (copy)
  27. [flv @ 0x3316610] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
  28. [h264 @ 0x32f2e70] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
  29. frame= 215 fps=4.7 q=-1.0 size= 31140kB time=00:00:08.56 bitrate=29797.4kbits/s speed=0.185x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement