Advertisement
Guest User

Untitled

a guest
Dec 5th, 2020
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. Before generate
  2. calculating response
  3. command: ffmpeg -i https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3 -f mp3 -to 00:00:02.000 -vn -ab 256k -strict -2 -loglevel trace
  4. Before popen
  5. ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
  6. built with gcc 9.3.0 (Alpine 9.3.0)
  7. configuration: --prefix=/usr --enable-avresample --enable-avfilter --enable-gnutls --enable-gpl --enable-libass --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-libtheora --enable-libv4l2 --enable-libdav1d --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-libxcb --enable-libssh --disable-stripping --disable-static --disable-librtmp --enable-vaapi --enable-vdpau --enable-libopus --enable-libaom --disable-debug
  8. libavutil 56. 51.100 / 56. 51.100
  9. libavcodec 58. 91.100 / 58. 91.100
  10. libavformat 58. 45.100 / 58. 45.100
  11. libavdevice 58. 10.100 / 58. 10.100
  12. libavfilter 7. 85.100 / 7. 85.100
  13. libavresample 4. 0. 0 / 4. 0. 0
  14. libswscale 5. 7.100 / 5. 7.100
  15. libswresample 3. 7.100 / 3. 7.100
  16. libpostproc 55. 7.100 / 55. 7.100
  17. Splitting the commandline.
  18. Reading option '-i' ... matched as input url with argument 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3'.
  19. Reading option '-f' ... matched as option 'f' (force format) with argument 'mp3'.
  20. Reading option '-to' ... matched as option 'to' (record or transcode stop time) with argument '00:00:02.000'.
  21. Reading option '-vn' ... matched as option 'vn' (disable video) with argument '1'.
  22. Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '256k'.
  23. Reading option '-strict' ...Routing option strict to both codec and muxer layer
  24. matched as AVOption 'strict' with argument '-2'.
  25. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'trace'.
  26. Reading option '-' ... matched as output url.
  27. Finished splitting the commandline.
  28. Parsing a group of options: global .
  29. Applying option loglevel (set logging level) with argument trace.
  30. Successfully parsed a group of options.
  31. Parsing a group of options: input url https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3.
  32. Successfully parsed a group of options.
  33. Opening an input file: https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3.
  34. [NULL @ 0x7f852b4e15c0] Opening 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3' for reading
  35. [https @ 0x7f852b4e1d80] Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy'
  36. [tcp @ 0x555bf3011cc0] Original list of addresses:
  37. [tcp @ 0x555bf3011cc0] Address 193.141.3.68 port 443
  38. [tcp @ 0x555bf3011cc0] Address 2a01:238:20a:202:1068:: port 443
  39. [tcp @ 0x555bf3011cc0] Interleaved list of addresses:
  40. [tcp @ 0x555bf3011cc0] Address 193.141.3.68 port 443
  41. [tcp @ 0x555bf3011cc0] Address 2a01:238:20a:202:1068:: port 443
  42. [tcp @ 0x555bf3011cc0] Starting connection attempt to 193.141.3.68 port 443
  43. [tcp @ 0x555bf3011cc0] Successfully connected to 193.141.3.68 port 443
  44. [https @ 0x7f852b4e1d80] request: GET /examples/mp3/SoundHelix-Song-1.mp3 HTTP/1.1
  45. User-Agent: Lavf/58.45.100
  46. Accept: */*
  47. Range: bytes=0-
  48. Connection: close
  49. Host: www.soundhelix.com
  50. Icy-MetaData: 1
  51.  
  52.  
  53. [https @ 0x7f852b4e1d80] header='HTTP/1.1 206 Partial Content'
  54. [https @ 0x7f852b4e1d80] http_code=206
  55. [https @ 0x7f852b4e1d80] header='Date: Fri, 04 Dec 2020 06:22:17 GMT'
  56. [https @ 0x7f852b4e1d80] header='Server: Apache/2.4.43 (Unix)'
  57. [https @ 0x7f852b4e1d80] header='X-Content-Type-Options: nosniff'
  58. [https @ 0x7f852b4e1d80] header='Upgrade: h2,h2c'
  59. [https @ 0x7f852b4e1d80] header='Connection: Upgrade, close'
  60. [https @ 0x7f852b4e1d80] header='Last-Modified: Sat, 05 Mar 2011 18:33:59 GMT'
  61. [https @ 0x7f852b4e1d80] header='ETag: "887e4d-49dc0818373c0"'
  62. [https @ 0x7f852b4e1d80] header='Accept-Ranges: bytes'
  63. [https @ 0x7f852b4e1d80] header='Content-Length: 8945229'
  64. [https @ 0x7f852b4e1d80] header='Cache-Control: max-age=1209600'
  65. [https @ 0x7f852b4e1d80] header='Expires: Fri, 18 Dec 2020 06:22:17 GMT'
  66. [https @ 0x7f852b4e1d80] header='Content-Range: bytes 0-8945228/8945229'
  67. [https @ 0x7f852b4e1d80] header='Content-Type: audio/mpeg'
  68. [https @ 0x7f852b4e1d80] header=''
  69. Probing mp3 score:25 size:1981
  70. Probing mp3 score:51 size:4029
  71. [mp3 @ 0x7f852b4e15c0] Format mp3 probed with size=4096 and score=51
  72. id3v2 ver:3 flags:00 len:57
  73. [mp3 @ 0x7f852b4e15c0] Skipping 0 bytes of junk at 67.
  74. [mp3 @ 0x7f852b4e15c0] Before avformat_find_stream_info() pos: 67 bytes read:8000 seeks:0 nb_streams:1
  75. [mp3 @ 0x7f852b4e15c0] All info found
  76. [mp3 @ 0x7f852b4e15c0] Estimating duration from bitrate, this may be inaccurate
  77. [mp3 @ 0x7f852b4e15c0] stream 0: start_time: 0 duration: 372.715
  78. [mp3 @ 0x7f852b4e15c0] format: start_time: 0 duration: 372.715 (estimate from bit rate) bitrate=192 kb/s
  79. [mp3 @ 0x7f852b4e15c0] After avformat_find_stream_info() pos: 31811 bytes read:32000 seeks:0 frames:50
  80. Input #0, mp3, from 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3':
  81. Metadata:
  82. artist : SoundHelix
  83. date : 2009
  84. genre : Electronic
  85. Duration: 00:06:12.72, start: 0.000000, bitrate: 192 kb/s
  86. Stream #0:0, 50, 1/14112000: Audio: mp3, 44100 Hz, stereo, fltp, 192 kb/s
  87. Successfully opened the file.
  88. Parsing a group of options: output url -.
  89. Applying option f (force format) with argument mp3.
  90. Applying option to (record or transcode stop time) with argument 00:00:02.000.
  91. Applying option vn (disable video) with argument 1.
  92. Applying option ab (audio bitrate (please use -b:a)) with argument 256k.
  93. Successfully parsed a group of options.
  94. Opening an output file: -.
  95. [pipe @ 0x555bf3025d80] Setting default whitelist 'crypto,data'
  96. Successfully opened the file.
  97. Stream mapping:
  98. Stream #0:0 -> #0:0 (mp3 (mp3float) -> mp3 (libmp3lame))
  99. Press [q] to stop, [?] for help
  100. cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
  101. detected 8 logical cores
  102. [graph_0_in_0_0 @ 0x555bf302a680] Setting 'time_base' to value '1/44100'
  103. [graph_0_in_0_0 @ 0x555bf302a680] Setting 'sample_rate' to value '44100'
  104. [graph_0_in_0_0 @ 0x555bf302a680] Setting 'sample_fmt' to value 'fltp'
  105. [graph_0_in_0_0 @ 0x555bf302a680] Setting 'channel_layout' to value '0x3'
  106. [graph_0_in_0_0 @ 0x555bf302a680] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3
  107. [format_out_0_0 @ 0x555bf302adc0] Setting 'sample_fmts' to value 's32p|fltp|s16p'
  108. [format_out_0_0 @ 0x555bf302adc0] Setting 'sample_rates' to value '44100|48000|32000|22050|24000|16000|11025|12000|8000'
  109. [format_out_0_0 @ 0x555bf302adc0] Setting 'channel_layouts' to value '0x4|0x3'
  110. [AVFilterGraph @ 0x555bf33cd880] query_formats: 5 queried, 12 merged, 0 already done, 0 delayed
  111. Output #0, mp3, to 'pipe:':
  112. Metadata:
  113. TPE1 : SoundHelix
  114. TDRC : 2009
  115. TCON : Electronic
  116. TSSE : Lavf58.45.100
  117. Stream #0:0, 0, 1/44100: Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp, delay 1105, 256 kb/s
  118. Metadata:
  119. encoder : Lavc58.91.100 libmp3lame
  120. cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
  121. Last message repeated 1 times
  122. [tls @ 0x555bf3011a80] An unexpected TLS packet was received.
  123. https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3: I/O error
  124. [out_0_0 @ 0x555bf302ab00] EOF on sink link out_0_0:default.
  125. No more output streams to write to, finishing.
  126. [libmp3lame @ 0x555bf33c9b80] Trying to remove 47 more samples than there are in the queue
  127. size= 43kB time=00:00:01.33 bitrate= 261.4kbits/s speed=34.6x
  128. video:0kB audio:42kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.241563%
  129. Input file #0 (https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3):
  130. Input stream #0:0 (audio): 51 packets read (31933 bytes); 51 frames decoded (58752 samples);
  131. Total: 51 packets (31933 bytes) demuxed
  132. Output file #0 (pipe:):
  133. Output stream #0:0 (audio): 51 frames encoded (58752 samples); 52 packets muxed (43467 bytes);
  134. Total: 52 packets (43467 bytes) muxed
  135. 51 frames successfully decoded, 0 decoding errors
  136. [AVIOContext @ 0x555bf3025e80] Statistics: 0 seeks, 53 writeouts
  137. [AVIOContext @ 0x555bf3013cc0] Statistics: 32000 bytes read, 0 seeks
  138. Returning response
  139.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement