Advertisement
Guest User

Untitled

a guest
Aug 9th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. $ livestreamer twitch.tv/riotgames high -O | /cygdrive/c/Users/Quinn\ Wood/Downloads/libav-11.3-win64/win64/usr/bin/avconv -i - -c copy -map 0:0 -map 0:1 -f segment -segment_time 60 -v verbose out%03d.mp4
  2. [cli][info] Found matching plugin twitch for URL twitch.tv/riotgames
  3. [cli][info] Available streams: audio, high, low, medium, mobile (worst), source (best)
  4. [cli][info] Opening stream: high (hls)
  5. avconv version 11.3, Copyright (c) 2000-2014 the Libav developers
  6. built on Mar 9 2015 02:12:20 with gcc 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9)
  7. configuration: --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --sysroot=/usr/x86_64-w64-mingw32/ --enable-runtime-cpudetect --enable-shared --enable-cross-compile --enable-w32threads --prefix=/usr --target-os=mingw32 --enable-memalign-hack --enable-gpl --enable-version3 --enable-libmp3lame --enable-libopus --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264
  8. libavutil 54. 3. 0 / 54. 3. 0
  9. libavcodec 56. 1. 0 / 56. 1. 0
  10. libavformat 56. 1. 0 / 56. 1. 0
  11. libavdevice 55. 0. 0 / 55. 0. 0
  12. libavfilter 5. 0. 0 / 5. 0. 0
  13. libavresample 2. 1. 0 / 2. 1. 0
  14. libswscale 3. 0. 0 / 3. 0. 0
  15. [mpegts @ 0000000000d9af00] max_analyze_duration 5000000 reached
  16. [mpegts @ 0000000000d9af00] Estimating duration from bitrate, this may be inaccurate
  17. Input #0, mpegts, from 'pipe:':
  18. Duration: N/A, start: 7122.766000, bitrate: 132 kb/s
  19. Program 1
  20. Stream #0.0[0x100]: Audio: aac, 44100 Hz, stereo, fltp, 132 kb/s
  21. Stream #0.1[0x101]: Video: h264 (Constrained Baseline), yuv420p, 1280x720, 30 fps, 90k tbn, 2k tbc
  22. Stream #0.2[0x102]: Data: [21][0][0][0] / 0x0015
  23. [mp4 @ 0000000002c10320] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead.
  24. [mp4 @ 0000000002c10320] Tag [15][0][0][0]/0x0000000f incompatible with output codec id '86018'
  25. Output #0, segment, to 'out%03d.mp4':
  26. Metadata:
  27. encoder : Lavf56.1.0
  28. Stream #0.0: Audio: libvo_aacenc, 44100 Hz, stereo, 132 kb/s
  29. Stream #0.1: Video: libx264, yuv420p, 1280x720, q=2-31, 90k tbn, 90k tbc
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (copy)
  32. Stream #0:1 -> #0:1 (copy)
  33. Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input
  34. [cli][error] Error when writing to output: [Errno 32] Broken pipe
  35. [cli][info] Stream ended
  36. Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
  37. BrokenPipeError: [Errno 32] Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement