Advertisement
xtinaaaa

Untitled

Feb 16th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. $ ALSA_CONFIG_PATH=/usr/share/alsa/alsa.conf:./dumpasoundrc /home/pi/special/ffmpeg/ffmpeg -f alsa -acodec pcm_s32le -i michooks -f null -
  2. ffmpeg version git-2017-02-05-e57fd92 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 4.9.2 (Raspbian 4.9.2-10)
  4. configuration: --extra-cflags=-I/opt/vc/include/IL --enable-nonfree --enable-omx-rpi --logfile=CONFIG.TXT
  5. libavutil 55. 46.100 / 55. 46.100
  6. libavcodec 57. 75.100 / 57. 75.100
  7. libavformat 57. 66.101 / 57. 66.101
  8. libavdevice 57. 2.100 / 57. 2.100
  9. libavfilter 6. 73.100 / 6. 73.100
  10. libswscale 4. 3.101 / 4. 3.101
  11. libswresample 2. 4.100 / 2. 4.100
  12. [ALSA Debug Hook] Installing hooks.
  13. Hooks PCM
  14. Slave: Soft volume PCM
  15. Control: Boost Capture Volume
  16. min_dB: -3
  17. max_dB: 50
  18. resolution: 256
  19. Slave: Route conversion PCM
  20. Transformation table:
  21. 0 <- 0
  22. 1 <- 0
  23. Slave: Mmap emulation PCM
  24. Slave: Hardware PCM card 1 'mems-mic' device 0 subdevice 0
  25. [ALSA Debug Hook] hw_params:
  26. Hooks PCM
  27. Slave: Soft volume PCM
  28. Control: Boost Capture Volume
  29. min_dB: -3
  30. max_dB: 50
  31. resolution: 256
  32. Its setup is:
  33. stream : CAPTURE
  34. access : RW_INTERLEAVED
  35. format : S32_LE
  36. subformat : STD
  37. channels : 2
  38. rate : 48000
  39. exact rate : 48000 (48000/1)
  40. msbits : 32
  41. buffer_size : 65536
  42. period_size : 16384
  43. period_time : 341333
  44. tstamp_mode : NONE
  45. period_step : 1
  46. avail_min : 16384
  47. period_event : 0
  48. start_threshold : 1
  49. stop_threshold : 65536
  50. silence_threshold: 0
  51. silence_size : 0
  52. boundary : 1073741824
  53. Slave: Route conversion PCM
  54. Transformation table:
  55. 0 <- 0
  56. 1 <- 0
  57. Its setup is:
  58. stream : CAPTURE
  59. access : MMAP_INTERLEAVED
  60. format : S32_LE
  61. subformat : STD
  62. channels : 2
  63. rate : 48000
  64. exact rate : 48000 (48000/1)
  65. msbits : 32
  66. buffer_size : 65536
  67. period_size : 16384
  68. period_time : 341333
  69. tstamp_mode : NONE
  70. period_step : 1
  71. avail_min : 16384
  72. period_event : 0
  73. start_threshold : 1
  74. stop_threshold : 65536
  75. silence_threshold: 0
  76. silence_size : 0
  77. boundary : 1073741824
  78. Slave: Mmap emulation PCM
  79. Its setup is:
  80. stream : CAPTURE
  81. access : MMAP_INTERLEAVED
  82. format : S32_LE
  83. subformat : STD
  84. channels : 2
  85. rate : 48000
  86. exact rate : 48000 (48000/1)
  87. msbits : 32
  88. buffer_size : 65536
  89. period_size : 16384
  90. period_time : 341333
  91. tstamp_mode : NONE
  92. period_step : 1
  93. avail_min : 16384
  94. period_event : 0
  95. start_threshold : 1
  96. stop_threshold : 65536
  97. silence_threshold: 0
  98. silence_size : 0
  99. boundary : 1073741824
  100. Slave: Hardware PCM card 1 'mems-mic' device 0 subdevice 0
  101. Its setup is:
  102. stream : CAPTURE
  103. access : RW_INTERLEAVED
  104. format : S32_LE
  105. subformat : STD
  106. channels : 2
  107. rate : 48000
  108. exact rate : 48000 (48000/1)
  109. msbits : 32
  110. buffer_size : 65536
  111. period_size : 16384
  112. period_time : 341333
  113. tstamp_mode : NONE
  114. period_step : 1
  115. avail_min : 16384
  116. period_event : 0
  117. start_threshold : 1073741824
  118. stop_threshold : 65536
  119. silence_threshold: 0
  120. silence_size : 0
  121. boundary : 1073741824
  122. appl_ptr : 0
  123. hw_ptr : 0
  124. Guessed Channel Layout for Input Stream #0.0 : stereo
  125. Input #0, alsa, from 'michooks':
  126. Duration: N/A, start: 1487306487.586316, bitrate: 3072 kb/s
  127. Stream #0:0: Audio: pcm_s32le, 48000 Hz, stereo, s32, 3072 kb/s
  128. Output #0, null, to 'pipe:':
  129. Metadata:
  130. encoder : Lavf57.66.101
  131. Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
  132. Metadata:
  133. encoder : Lavc57.75.100 pcm_s16le
  134. Stream mapping:
  135. Stream #0:0 -> #0:0 (pcm_s32le (native) -> pcm_s16le (native))
  136. Press [q] to stop, [?] for help
  137. size=N/A time=00:00:16.54 bitrate=N/A speed= 1x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement