Advertisement
Guest User

Untitled

a guest
Jul 20th, 2014
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. root@test:# ffmpeg -y -i "rtmp://live-f01.vustream.net/live/livestream2" -acodec copy -vcodec copy -dcodec copy -scodec copy -bsf h264_mp4toannexb -flags -global_header -fflags +genpts -map 0 -f mpegts /tmp/test.ts
  2.  
  3.  
  4. ffmpeg version 2.2.4-static Copyright (c) 2000-2014 the FFmpeg developers
  5. built on Jul 11 2014 07:34:14 with gcc 4.7 (Debian 4.7.2-5)
  6. configuration: --prefix=/root/ffmpeg-static-master/target --extra-cflags='-I/root/ffmpeg-static-master/target/include -static' --extra-ldflags='-L/root/ffmpeg-static-master/target/lib -lm -static' --extra-version=static --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-libx265 --enable-libass --enable-pthreads --enable-postproc --enable-gray --enable-runtime-cpudetect --enable-libfaac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --disable-devices
  7. libavutil 52. 66.100 / 52. 66.100
  8. libavcodec 55. 52.102 / 55. 52.102
  9. libavformat 55. 33.100 / 55. 33.100
  10. libavdevice 55. 10.100 / 55. 10.100
  11. libavfilter 4. 2.100 / 4. 2.100
  12. libswscale 2. 5.102 / 2. 5.102
  13. libswresample 0. 18.100 / 0. 18.100
  14. libpostproc 52. 3.100 / 52. 3.100
  15. [flv @ 0x37e52a0] Stream discovered after head already parsed
  16. [flv @ 0x37e52a0] negative cts, previous timestamps might be wrong
  17. Last message repeated 29 times
  18. Input #0, flv, from 'rtmp://live-f01.vustream.net/live/livestream2':
  19. Metadata:
  20. author :
  21. copyright :
  22. description :
  23. keywords :
  24. rating :
  25. title :
  26. presetname : Custom
  27. creationdate : Fri Jul 18 19:04:19 2014
  28. :
  29. videodevice : Osprey-440 Video Device 1A
  30. avclevel : 40
  31. avcprofile : 77
  32. videokeyframe_frequency: 2
  33. audiodevice : Osprey-440 Audio 1A Unbalanced
  34. audiochannels : 2
  35. audioinputvolume: 100
  36. Duration: N/A, start: 0.000000, bitrate: 712 kb/s
  37. Stream #0:0: Video: h264 (Main), yuv420p(tv), 960x540 [SAR 1:1 DAR 16:9], 614 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
  38. Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p, 98 kb/s
  39. Stream #0:2: Data: none
  40. Output #0, mpegts, to '/tmp/test.ts':
  41. Metadata:
  42. author :
  43. copyright :
  44. description :
  45. keywords :
  46. rating :
  47. title :
  48. presetname : Custom
  49. creationdate : Fri Jul 18 19:04:19 2014
  50. :
  51. videodevice : Osprey-440 Video Device 1A
  52. avclevel : 40
  53. avcprofile : 77
  54. videokeyframe_frequency: 2
  55. audiodevice : Osprey-440 Audio 1A Unbalanced
  56. audiochannels : 2
  57. audioinputvolume: 100
  58. encoder : Lavf55.33.100
  59. Stream #0:0: Video: h264, yuv420p, 960x540 [SAR 1:1 DAR 16:9], q=2-31, 614 kb/s, 25 fps, 90k tbn, 25 tbc
  60. Stream #0:1: Audio: mp3, 44100 Hz, stereo, 98 kb/s
  61. Stream #0:2: Data: none
  62. Stream mapping:
  63. Stream #0:0 -> #0:0 (copy)
  64. Stream #0:1 -> #0:1 (copy)
  65. Stream #0:2 -> #0:2 (copy)
  66. Press [q] to stop, [?] for help
  67. [mpegts @ 0x37f4b80] Invalid DTS: 3600 PTS: -95940 in output stream 0:0
  68. av_interleaved_write_frame(): Invalid argument
  69. frame= 2 fps=0.0 q=-1.0 Lsize= 36kB time=-149901:-46:-56.72 bitrate= 0.0kbits/s
  70. video:36kB audio:0kB subtitle:0 data:0 global headers:0kB muxing overhead -0.266609%
  71. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement