Advertisement
Guest User

Untitled

a guest
Nov 7th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. root@test:~# ffmpeg -i "http://video23.fra01.hls.twitch.tv/hls69/hotshotgg_11681581744_161216111/chunked/index-live.m3u8?token=id=811310623639913253,bid=11681581744,exp=1415456667,node=video23-1.fra01.hls.justin.tv,nname=video23.fra01,fmt=chunked&sig=ff44bc201ed90617892fabd165fbf2af3d11fac9" -codec copy -f mpegts /tmp/test.ts
  2.  
  3.  
  4. ffmpeg version 2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
  5. built on Oct 18 2014 15:38:04 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  6. configuration: --prefix=/root/ffmpeg/target --extra-cflags='-I/root/ffmpeg/target/include -static' --extra-ldflags='-L/root/ffmpeg/target/lib -lm -static' --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-openssl --enable-gpl --enable-pthreads --enable-postproc --enable-libass --enable-gray --enable-runtime-cpudetect --enable-libfaac --enable-gnutls --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --enable-libxavs --disable-devices --enable-librtmp --extra-libs='-lrtmp -lnettle -lhogweed -lgmp -lssl -lcrypto -lz -lc -ldl'
  7. libavutil 54. 7.100 / 54. 7.100
  8. libavcodec 56. 1.100 / 56. 1.100
  9. libavformat 56. 4.101 / 56. 4.101
  10. libavdevice 56. 0.100 / 56. 0.100
  11. libavfilter 5. 1.100 / 5. 1.100
  12. libswscale 3. 0.100 / 3. 0.100
  13. libswresample 1. 1.100 / 1. 1.100
  14. libpostproc 53. 0.100 / 53. 0.100
  15.  
  16. Input #0, hls,applehttp, from 'http://video23.fra01.hls.twitch.tv/hls69/hotshotgg_11681581744_161216111/chunked/index-live.m3u8?token=id=811310623639913253,bid=11681581744,exp=1415456667,node=video23-1.fra01.hls.justin.tv,nname=video23.fra01,fmt=chunked&sig=ff44bc201ed90617892fabd165fbf2af3d11fac9':
  17. Duration: N/A, start: 18831.382944, bitrate: 164 kb/s
  18. Program 0
  19. Metadata:
  20. variant_bitrate : 0
  21. Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 164 kb/s
  22. Stream #0:1: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720, 45 fps, 45 tbr, 90k tbn, 90 tbc
  23. Stream #0:2: Data: timed_id3 (ID3 / 0x20334449)
  24. File '/tmp/test.ts' already exists. Overwrite ? [y/N] y
  25. Output #0, mpegts, to '/tmp/test.ts':
  26. Metadata:
  27. encoder : Lavf56.4.101
  28. Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 1280x720, q=2-31, 45 fps, 90k tbn, 45 tbc
  29. Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 44100 Hz, stereo, 164 kb/s
  30. Stream mapping:
  31. Stream #0:1 -> #0:0 (copy)
  32. Stream #0:0 -> #0:1 (copy)
  33. Press [q] to stop, [?] for help
  34. [mpegts @ 0x2c5da40] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
  35. av_interleaved_write_frame(): Invalid data found when processing input
  36. [mpegts @ 0x2c5da40] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)
  37. frame= 3 fps=0.0 q=-1.0 Lsize= 0kB time=00:00:00.06 bitrate= 0.0kbits/s
  38. video:210kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  39. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement