spacepaste

  1.  
  2. livestreamer --yes-run-as-root -O http://www.ustream.tv/channel/iss-hdev-payload best | ffmpeg -i - -c copy -map 0 -f segment -segment_time 10 -segment_list outputlist.m3u8 -segment_format mp4 -y "out%03d.mp4"
  3. ffmpeg version 1.2.6-7:1.2.6-1~trusty1 Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Apr 26 2014 18:52:58 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  5. configuration: --arch=amd64 --disable-stripping --enable-avresample --enable-pthreads --enable-runtime-cpudetect --extra-version='7:1.2.6-1~trusty1' --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/x86_64-linux-gnu --enable-shared --disable-static
  6. libavutil 52. 18.100 / 52. 18.100
  7. libavcodec 54. 92.100 / 54. 92.100
  8. libavformat 54. 63.104 / 54. 63.104
  9. libavdevice 53. 5.103 / 53. 5.103
  10. libavfilter 3. 42.103 / 3. 42.103
  11. libswscale 2. 2.100 / 2. 2.100
  12. libswresample 0. 17.102 / 0. 17.102
  13. libpostproc 52. 2.100 / 52. 2.100
  14. [cli][info] Found matching plugin ustreamtv for URL http://www.ustream.tv/channel/iss-hdev-payload
  15. [cli][info] Available streams: 240p, 240p_alt_fstl, 240p_alt_highwinds, 360p, 360p_alt_fstl, 360p_alt_highwinds, 480p, 480p_alt_fstl, 480p_alt_highwinds, 720p+ (best), 720p+_alt_fstl, 720p+_alt_highwinds, mobile_240p (worst), mobile_360p, mobile_480p
  16. [cli][info] Opening stream: 720p+ (uhs)
  17. [flv @ 0x11508c0] Estimating duration from bitrate, this may be inaccurate
  18. Input #0, flv, from 'pipe:':
  19. Duration: N/A, start: 0.017000, bitrate: N/A
  20. Stream #0:0: Video: h264 (Main), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 tbr, 1k tbn, 60 tbc
  21. Output #0, segment, to 'out%03d.mp4':
  22. Metadata:
  23. encoder : Lavf54.63.104
  24. Stream #0:0: Video: h264, yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 90k tbn, 30 tbc
  25. Stream mapping:
  26. Stream #0:0 -> #0:0 (copy)
  27.