Guest User

Untitled

a guest
Apr 29th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.23 KB | None | 0 0
  1. ffmpeg.exe -loglevel debug -i one.wav -i two.wav -i three.wav -i four.wav -i five.wav -i six.wav -i seven.wav -i eight.wav -filter_complex '[0:0][1:0][2:0][3:0][4:0][5:0][6:0][7:0]join=8:channel_layout=octagonal' -acodec pcm_s32le output.wav
  2. ffmpeg version git-2020-04-26-1128aa8 Copyright (c) 2000-2020 the FFmpeg developers
  3. built with gcc 9.3.1 (GCC) 20200328
  4. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf
  5. libavutil 56. 43.100 / 56. 43.100
  6. libavcodec 58. 82.100 / 58. 82.100
  7. libavformat 58. 42.101 / 58. 42.101
  8. libavdevice 58. 9.103 / 58. 9.103
  9. libavfilter 7. 79.100 / 7. 79.100
  10. libswscale 5. 6.101 / 5. 6.101
  11. libswresample 3. 6.100 / 3. 6.100
  12. libpostproc 55. 6.100 / 55. 6.100
  13. Splitting the commandline.
  14. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  15. Reading option '-i' ... matched as input url with argument 'one.wav'.
  16. Reading option '-i' ... matched as input url with argument 'two.wav'.
  17. Reading option '-i' ... matched as input url with argument 'three.wav'.
  18. Reading option '-i' ... matched as input url with argument 'four.wav'.
  19. Reading option '-i' ... matched as input url with argument 'five.wav'.
  20. Reading option '-i' ... matched as input url with argument 'six.wav'.
  21. Reading option '-i' ... matched as input url with argument 'seven.wav'.
  22. Reading option '-i' ... matched as input url with argument 'eight.wav'.
  23. Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:0][1:0][2:0][3:0][4:0][5:0][6:0][7:0]join=8:channel_layout=octagonal'.
  24. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'pcm_s32le'.
  25. Reading option 'output.wav' ... matched as output url.
  26. Finished splitting the commandline.
  27. Parsing a group of options: global .
  28. Applying option loglevel (set logging level) with argument debug.
  29. Applying option filter_complex (create a complex filtergraph) with argument [0:0][1:0][2:0][3:0][4:0][5:0][6:0][7:0]join=8:channel_layout=octagonal.
  30. Successfully parsed a group of options.
  31. Parsing a group of options: input url one.wav.
  32. Successfully parsed a group of options.
  33. Opening an input file: one.wav.
  34. [NULL @ 000002115a0ef380] Opening 'one.wav' for reading
  35. [file @ 000002115a0ef9c0] Setting default whitelist 'file,crypto,data'
  36. [wav @ 000002115a0ef380] Format wav probed with size=2048 and score=99
  37. [wav @ 000002115a0ef380] Before avformat_find_stream_info() pos: 44 bytes read:65580 seeks:1 nb_streams:1
  38. [wav @ 000002115a0ef380] parser not found for codec pcm_s32le, packets or times may be invalid.
  39. Last message repeated 1 times
  40. [wav @ 000002115a0ef380] All info found
  41. [wav @ 000002115a0ef380] After avformat_find_stream_info() pos: 204844 bytes read:294956 seeks:1 frames:50
  42. Guessed Channel Layout for Input Stream #0.0 : mono
  43. Input #0, wav, from 'one.wav':
  44. Duration: 00:00:53.28, bitrate: 1024 kb/s
  45. Stream #0:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  46. Successfully opened the file.
  47. Parsing a group of options: input url two.wav.
  48. Successfully parsed a group of options.
  49. Opening an input file: two.wav.
  50. [NULL @ 000002115a0efa80] Opening 'two.wav' for reading
  51. [file @ 000002115a0f8040] Setting default whitelist 'file,crypto,data'
  52. [wav @ 000002115a0efa80] Format wav probed with size=2048 and score=99
  53. [wav @ 000002115a0efa80] Before avformat_find_stream_info() pos: 44 bytes read:65580 seeks:1 nb_streams:1
  54. [wav @ 000002115a0efa80] parser not found for codec pcm_s32le, packets or times may be invalid.
  55. Last message repeated 1 times
  56. [wav @ 000002115a0efa80] All info found
  57. [wav @ 000002115a0efa80] After avformat_find_stream_info() pos: 204844 bytes read:294956 seeks:1 frames:50
  58. Guessed Channel Layout for Input Stream #1.0 : mono
  59. Input #1, wav, from 'two.wav':
  60. Duration: 00:00:53.28, bitrate: 1024 kb/s
  61. Stream #1:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  62. Successfully opened the file.
  63. Parsing a group of options: input url three.wav.
  64. Successfully parsed a group of options.
  65. Opening an input file: three.wav.
  66. [NULL @ 000002115a146480] Opening 'three.wav' for reading
  67. [file @ 000002115a0f00c0] Setting default whitelist 'file,crypto,data'
  68. [wav @ 000002115a146480] Format wav probed with size=2048 and score=99
  69. [wav @ 000002115a146480] Before avformat_find_stream_info() pos: 44 bytes read:65580 seeks:1 nb_streams:1
  70. [wav @ 000002115a146480] parser not found for codec pcm_s32le, packets or times may be invalid.
  71. Last message repeated 1 times
  72. [wav @ 000002115a146480] All info found
  73. [wav @ 000002115a146480] After avformat_find_stream_info() pos: 204844 bytes read:294956 seeks:1 frames:50
  74. Guessed Channel Layout for Input Stream #2.0 : mono
  75. Input #2, wav, from 'three.wav':
  76. Duration: 00:00:53.28, bitrate: 1024 kb/s
  77. Stream #2:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  78. Successfully opened the file.
  79. Parsing a group of options: input url four.wav.
  80. Successfully parsed a group of options.
  81. Opening an input file: four.wav.
  82. [NULL @ 000002115a14b600] Opening 'four.wav' for reading
  83. [file @ 000002115a14a900] Setting default whitelist 'file,crypto,data'
  84. [wav @ 000002115a14b600] Format wav probed with size=2048 and score=99
  85. [wav @ 000002115a14b600] Before avformat_find_stream_info() pos: 44 bytes read:65580 seeks:1 nb_streams:1
  86. [wav @ 000002115a14b600] parser not found for codec pcm_s32le, packets or times may be invalid.
  87. Last message repeated 1 times
  88. [wav @ 000002115a14b600] All info found
  89. [wav @ 000002115a14b600] After avformat_find_stream_info() pos: 204844 bytes read:294956 seeks:1 frames:50
  90. Guessed Channel Layout for Input Stream #3.0 : mono
  91. Input #3, wav, from 'four.wav':
  92. Duration: 00:00:53.28, bitrate: 1024 kb/s
  93. Stream #3:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  94. Successfully opened the file.
  95. Parsing a group of options: input url five.wav.
  96. Successfully parsed a group of options.
  97. Opening an input file: five.wav.
  98. [NULL @ 000002115a19c380] Opening 'five.wav' for reading
  99. [file @ 000002115a19b480] Setting default whitelist 'file,crypto,data'
  100. [wav @ 000002115a19c380] Format wav probed with size=2048 and score=99
  101. [wav @ 000002115a19c380] Before avformat_find_stream_info() pos: 102 bytes read:65638 seeks:1 nb_streams:1
  102. [wav @ 000002115a19c380] parser not found for codec pcm_s32le, packets or times may be invalid.
  103. Last message repeated 1 times
  104. [wav @ 000002115a19c380] All info found
  105. [wav @ 000002115a19c380] After avformat_find_stream_info() pos: 204902 bytes read:295014 seeks:1 frames:50
  106. Input #4, wav, from 'five.wav':
  107. Metadata:
  108. encoder : Lavf55.33.100
  109. Duration: 00:00:53.28, bitrate: 1024 kb/s
  110. Stream #4:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  111. Successfully opened the file.
  112. Parsing a group of options: input url six.wav.
  113. Successfully parsed a group of options.
  114. Opening an input file: six.wav.
  115. [NULL @ 000002115bda0780] Opening 'six.wav' for reading
  116. [file @ 000002115a19cb00] Setting default whitelist 'file,crypto,data'
  117. [wav @ 000002115bda0780] Format wav probed with size=2048 and score=99
  118. [wav @ 000002115bda0780] Before avformat_find_stream_info() pos: 102 bytes read:65638 seeks:1 nb_streams:1
  119. [wav @ 000002115bda0780] parser not found for codec pcm_s32le, packets or times may be invalid.
  120. Last message repeated 1 times
  121. [wav @ 000002115bda0780] All info found
  122. [wav @ 000002115bda0780] After avformat_find_stream_info() pos: 204902 bytes read:295014 seeks:1 frames:50
  123. Input #5, wav, from 'six.wav':
  124. Metadata:
  125. encoder : Lavf55.33.100
  126. Duration: 00:00:53.28, bitrate: 1024 kb/s
  127. Stream #5:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  128. Successfully opened the file.
  129. Parsing a group of options: input url seven.wav.
  130. Successfully parsed a group of options.
  131. Opening an input file: seven.wav.
  132. [NULL @ 000002115bda8640] Opening 'seven.wav' for reading
  133. [file @ 000002115bd57fc0] Setting default whitelist 'file,crypto,data'
  134. [wav @ 000002115bda8640] Format wav probed with size=2048 and score=99
  135. [wav @ 000002115bda8640] Before avformat_find_stream_info() pos: 102 bytes read:65638 seeks:1 nb_streams:1
  136. [wav @ 000002115bda8640] parser not found for codec pcm_s32le, packets or times may be invalid.
  137. Last message repeated 1 times
  138. [wav @ 000002115bda8640] All info found
  139. [wav @ 000002115bda8640] After avformat_find_stream_info() pos: 204902 bytes read:295014 seeks:1 frames:50
  140. Input #6, wav, from 'seven.wav':
  141. Metadata:
  142. encoder : Lavf55.33.100
  143. Duration: 00:00:53.28, bitrate: 1024 kb/s
  144. Stream #6:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  145. Successfully opened the file.
  146. Parsing a group of options: input url eight.wav.
  147. Successfully parsed a group of options.
  148. Opening an input file: eight.wav.
  149. [NULL @ 000002115bdfcac0] Opening 'eight.wav' for reading
  150. [file @ 000002115bda1680] Setting default whitelist 'file,crypto,data'
  151. [wav @ 000002115bdfcac0] Format wav probed with size=2048 and score=99
  152. [wav @ 000002115bdfcac0] Before avformat_find_stream_info() pos: 102 bytes read:65638 seeks:1 nb_streams:1
  153. [wav @ 000002115bdfcac0] parser not found for codec pcm_s32le, packets or times may be invalid.
  154. Last message repeated 1 times
  155. [wav @ 000002115bdfcac0] All info found
  156. [wav @ 000002115bdfcac0] After avformat_find_stream_info() pos: 204902 bytes read:295014 seeks:1 frames:50
  157. Input #7, wav, from 'eight.wav':
  158. Metadata:
  159. encoder : Lavf55.33.100
  160. Duration: 00:00:53.28, bitrate: 1024 kb/s
  161. Stream #7:0, 50, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, mono, s32, 1024 kb/s
  162. Successfully opened the file.
  163. [Parsed_join_0 @ 000002115bda4b80] Setting 'inputs' to value '8'
  164. [Parsed_join_0 @ 000002115bda4b80] Setting 'channel_layout' to value 'octagonal'
  165. Parsing a group of options: output url output.wav.
  166. Applying option acodec (force audio codec ('copy' to copy stream)) with argument pcm_s32le.
  167. Successfully parsed a group of options.
  168. Opening an output file: output.wav.
  169. File 'output.wav' already exists. Overwrite? [y/N] y
  170. [file @ 000002115be9d040] Setting default whitelist 'file,crypto,data'
  171. Successfully opened the file.
  172. Stream mapping:
  173. Stream #0:0 (pcm_s32le) -> join:input0
  174. Stream #1:0 (pcm_s32le) -> join:input1
  175. Stream #2:0 (pcm_s32le) -> join:input2
  176. Stream #3:0 (pcm_s32le) -> join:input3
  177. Stream #4:0 (pcm_s32le) -> join:input4
  178. Stream #5:0 (pcm_s32le) -> join:input5
  179. Stream #6:0 (pcm_s32le) -> join:input6
  180. Stream #7:0 (pcm_s32le) -> join:input7
  181. join -> Stream #0:0 (pcm_s32le)
  182. Press [q] to stop, [?] for help
  183. 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)
  184. Last message repeated 7 times
  185. detected 8 logical cores
  186. [Parsed_join_0 @ 000002115beba2c0] Setting 'inputs' to value '8'
  187. [Parsed_join_0 @ 000002115beba2c0] Setting 'channel_layout' to value 'octagonal'
  188. [graph_0_in_0_0 @ 000002115beb9740] Setting 'time_base' to value '1/32000'
  189. [graph_0_in_0_0 @ 000002115beb9740] Setting 'sample_rate' to value '32000'
  190. [graph_0_in_0_0 @ 000002115beb9740] Setting 'sample_fmt' to value 's32'
  191. [graph_0_in_0_0 @ 000002115beb9740] Setting 'channel_layout' to value '0x4'
  192. [graph_0_in_0_0 @ 000002115beb9740] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  193. [graph_0_in_1_0 @ 000002115beb9180] Setting 'time_base' to value '1/32000'
  194. [graph_0_in_1_0 @ 000002115beb9180] Setting 'sample_rate' to value '32000'
  195. [graph_0_in_1_0 @ 000002115beb9180] Setting 'sample_fmt' to value 's32'
  196. [graph_0_in_1_0 @ 000002115beb9180] Setting 'channel_layout' to value '0x4'
  197. [graph_0_in_1_0 @ 000002115beb9180] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  198. [graph_0_in_2_0 @ 000002115beb8bc0] Setting 'time_base' to value '1/32000'
  199. [graph_0_in_2_0 @ 000002115beb8bc0] Setting 'sample_rate' to value '32000'
  200. [graph_0_in_2_0 @ 000002115beb8bc0] Setting 'sample_fmt' to value 's32'
  201. [graph_0_in_2_0 @ 000002115beb8bc0] Setting 'channel_layout' to value '0x4'
  202. [graph_0_in_2_0 @ 000002115beb8bc0] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  203. [graph_0_in_3_0 @ 000002115beb8600] Setting 'time_base' to value '1/32000'
  204. [graph_0_in_3_0 @ 000002115beb8600] Setting 'sample_rate' to value '32000'
  205. [graph_0_in_3_0 @ 000002115beb8600] Setting 'sample_fmt' to value 's32'
  206. [graph_0_in_3_0 @ 000002115beb8600] Setting 'channel_layout' to value '0x4'
  207. [graph_0_in_3_0 @ 000002115beb8600] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  208. [graph_0_in_4_0 @ 000002115beabc40] Setting 'time_base' to value '1/32000'
  209. [graph_0_in_4_0 @ 000002115beabc40] Setting 'sample_rate' to value '32000'
  210. [graph_0_in_4_0 @ 000002115beabc40] Setting 'sample_fmt' to value 's32'
  211. [graph_0_in_4_0 @ 000002115beabc40] Setting 'channel_layout' to value '0x4'
  212. [graph_0_in_4_0 @ 000002115beabc40] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  213. [graph_0_in_5_0 @ 000002115bea5780] Setting 'time_base' to value '1/32000'
  214. [graph_0_in_5_0 @ 000002115bea5780] Setting 'sample_rate' to value '32000'
  215. [graph_0_in_5_0 @ 000002115bea5780] Setting 'sample_fmt' to value 's32'
  216. [graph_0_in_5_0 @ 000002115bea5780] Setting 'channel_layout' to value '0x4'
  217. [graph_0_in_5_0 @ 000002115bea5780] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  218. [graph_0_in_6_0 @ 000002115bf219c0] Setting 'time_base' to value '1/32000'
  219. [graph_0_in_6_0 @ 000002115bf219c0] Setting 'sample_rate' to value '32000'
  220. [graph_0_in_6_0 @ 000002115bf219c0] Setting 'sample_fmt' to value 's32'
  221. [graph_0_in_6_0 @ 000002115bf219c0] Setting 'channel_layout' to value '0x4'
  222. [graph_0_in_6_0 @ 000002115bf219c0] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  223. [graph_0_in_7_0 @ 000002115bf21200] Setting 'time_base' to value '1/32000'
  224. [graph_0_in_7_0 @ 000002115bf21200] Setting 'sample_rate' to value '32000'
  225. [graph_0_in_7_0 @ 000002115bf21200] Setting 'sample_fmt' to value 's32'
  226. [graph_0_in_7_0 @ 000002115bf21200] Setting 'channel_layout' to value '0x4'
  227. [graph_0_in_7_0 @ 000002115bf21200] tb:1/32000 samplefmt:s32 samplerate:32000 chlayout:0x4
  228. [format_out_0_0 @ 000002115a0f1940] Setting 'sample_fmts' to value 's32'
  229. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_0' between the filter 'graph_0_in_0_0' and the filter 'Parsed_join_0'
  230. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_1' between the filter 'graph_0_in_1_0' and the filter 'Parsed_join_0'
  231. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_2' between the filter 'graph_0_in_2_0' and the filter 'Parsed_join_0'
  232. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_3' between the filter 'graph_0_in_3_0' and the filter 'Parsed_join_0'
  233. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_4' between the filter 'graph_0_in_4_0' and the filter 'Parsed_join_0'
  234. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_5' between the filter 'graph_0_in_5_0' and the filter 'Parsed_join_0'
  235. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_6' between the filter 'graph_0_in_6_0' and the filter 'Parsed_join_0'
  236. [Parsed_join_0 @ 000002115beba2c0] auto-inserting filter 'auto_resampler_7' between the filter 'graph_0_in_7_0' and the filter 'Parsed_join_0'
  237. [format_out_0_0 @ 000002115a0f1940] auto-inserting filter 'auto_resampler_8' between the filter 'Parsed_join_0' and the filter 'format_out_0_0'
  238. [AVFilterGraph @ 000002115be4f740] query_formats: 11 queried, 3 merged, 27 already done, 0 delayed
  239. [auto_resampler_0 @ 000002115a0f3f40] picking s32p out of 6 ref:s32
  240. [auto_resampler_0 @ 000002115a0f3f40] [SWR @ 000002115bec2dc0] Using s32p internally between filters
  241. [auto_resampler_0 @ 000002115a0f3f40] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  242. [auto_resampler_1 @ 000002115bed9f80] [SWR @ 000002115bf21f80] Using s32p internally between filters
  243. [auto_resampler_1 @ 000002115bed9f80] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  244. [auto_resampler_2 @ 000002115beda200] [SWR @ 000002115bf36f40] Using s32p internally between filters
  245. [auto_resampler_2 @ 000002115beda200] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  246. [auto_resampler_3 @ 000002115beda4c0] [SWR @ 000002115bf4c000] Using s32p internally between filters
  247. [auto_resampler_3 @ 000002115beda4c0] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  248. [auto_resampler_4 @ 000002115beda780] [SWR @ 000002115bf60fc0] Using s32p internally between filters
  249. [auto_resampler_4 @ 000002115beda780] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  250. [auto_resampler_5 @ 000002115bedba40] [SWR @ 000002115bf75fc0] Using s32p internally between filters
  251. [auto_resampler_5 @ 000002115bedba40] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  252. [auto_resampler_6 @ 000002115bedcb00] [SWR @ 000002115bf8af80] Using s32p internally between filters
  253. [auto_resampler_6 @ 000002115bedcb00] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  254. [auto_resampler_7 @ 000002115bedcc00] [SWR @ 000002115bf9ff80] Using s32p internally between filters
  255. [auto_resampler_7 @ 000002115bedcc00] ch:1 chl:mono fmt:s32 r:32000Hz -> ch:1 chl:mono fmt:s32p r:32000Hz
  256. [Parsed_join_0 @ 000002115beba2c0] mappings: 1.FC => FL 2.FC => FR 0.FC => FC 3.FC => BL 4.FC => BR 5.FC => BC 6.FC => SL 7.FC => SR
  257. [auto_resampler_8 @ 000002115bedc600] [SWR @ 000002115bfb5f80] Using s32p internally between filters
  258. [auto_resampler_8 @ 000002115bedc600] ch:8 chl:octagonal fmt:s32p r:32000Hz -> ch:8 chl:octagonal fmt:s32 r:32000Hz
  259. Output #0, wav, to 'output.wav':
  260. Metadata:
  261. ISFT : Lavf58.42.101
  262. Stream #0:0, 0, 1/32000: Audio: pcm_s32le ([1][0][0][0] / 0x0001), 32000 Hz, octagonal, s32, 8192 kb/s (default)
  263. Metadata:
  264. encoder : Lavc58.82.100 pcm_s32le
  265. [out_0_0 @ 000002115a0ee500] EOF on sink link out_0_0:default.
  266. No more output streams to write to, finishing.
  267. size= 53280kB time=00:00:53.28 bitrate=8192.0kbits/s speed= 282x
  268. video:0kB audio:53280kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000187%
  269. Input file #0 (one.wav):
  270. Input stream #0:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  271. Total: 1665 packets (6819840 bytes) demuxed
  272. Input file #1 (two.wav):
  273. Input stream #1:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  274. Total: 1665 packets (6819840 bytes) demuxed
  275. Input file #2 (three.wav):
  276. Input stream #2:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  277. Total: 1665 packets (6819840 bytes) demuxed
  278. Input file #3 (four.wav):
  279. Input stream #3:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  280. Total: 1665 packets (6819840 bytes) demuxed
  281. Input file #4 (five.wav):
  282. Input stream #4:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  283. Total: 1665 packets (6819840 bytes) demuxed
  284. Input file #5 (six.wav):
  285. Input stream #5:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  286. Total: 1665 packets (6819840 bytes) demuxed
  287. Input file #6 (seven.wav):
  288. Input stream #6:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  289. Total: 1665 packets (6819840 bytes) demuxed
  290. Input file #7 (eight.wav):
  291. Input stream #7:0 (audio): 1665 packets read (6819840 bytes); 1665 frames decoded (1704960 samples);
  292. Total: 1665 packets (6819840 bytes) demuxed
  293. Output file #0 (output.wav):
  294. Output stream #0:0 (audio): 1665 frames encoded (1704960 samples); 1665 packets muxed (54558720 bytes);
  295. Total: 1665 packets (54558720 bytes) muxed
  296. 13320 frames successfully decoded, 0 decoding errors
  297. [AVIOContext @ 000002115be9d100] Statistics: 4 seeks, 211 writeouts
  298. [AVIOContext @ 000002115a0f7bc0] Statistics: 6885420 bytes read, 1 seeks
  299. [AVIOContext @ 000002115a10ab40] Statistics: 6885420 bytes read, 1 seeks
  300. [AVIOContext @ 000002115a14a480] Statistics: 6885420 bytes read, 1 seeks
  301. [AVIOContext @ 000002115a14bc40] Statistics: 6885420 bytes read, 1 seeks
  302. [AVIOContext @ 000002115a19c9c0] Statistics: 6885478 bytes read, 1 seeks
  303. [AVIOContext @ 000002115a19ccc0] Statistics: 6885478 bytes read, 1 seeks
  304. [AVIOContext @ 000002115bda8c40] Statistics: 6885478 bytes read, 1 seeks
  305. [AVIOContext @ 000002115bda2780] Statistics: 6885478 bytes read, 1 seeks
Advertisement
Add Comment
Please, Sign In to add comment