Advertisement
Guest User

aacからの変換

a guest
Aug 13th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1.  
  2. ■ffmpegのバージョン: Zeranoeビルドの3.3.3
  3.  
  4. ■元ファイル test.aac
  5.  
  6. ■ffmpeg -i test.aac
  7.  
  8. [aac @ 0000000002892800] Estimating duration from bitrate, this may be inaccurate
  9. Input #0, aac, from 'D:\AAC-Test\test.aac':
  10. Duration: 00:50:31.29, bitrate: 57 kb/s
  11. Stream #0:0: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 57 kb/s
  12.  
  13.  
  14. ■ffmpeg -y -loglevel debug -i test.aac -vn -c:a copy test.aac.copy.m4a
  15.  
  16. ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developers
  17. built with gcc 7.1.0 (GCC)
  18. configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
  19. libavutil 55. 58.100 / 55. 58.100
  20. libavcodec 57. 89.100 / 57. 89.100
  21. libavformat 57. 71.100 / 57. 71.100
  22. libavdevice 57. 6.100 / 57. 6.100
  23. libavfilter 6. 82.100 / 6. 82.100
  24. libswscale 4. 6.100 / 4. 6.100
  25. libswresample 2. 7.100 / 2. 7.100
  26. libpostproc 54. 5.100 / 54. 5.100
  27. Splitting the commandline.
  28. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  29. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  30. Reading option '-i' ... matched as input url with argument 'D:\AAC-Test\test.aac'.
  31. Reading option '-vn' ... matched as option 'vn' (disable video) with argument '1'.
  32. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'copy'.
  33. Reading option 'D:\AAC-Test\test.aac.copy.m4a' ... matched as output url.
  34. Finished splitting the commandline.
  35. Parsing a group of options: global .
  36. Applying option y (overwrite output files) with argument 1.
  37. Applying option loglevel (set logging level) with argument debug.
  38. Successfully parsed a group of options.
  39. Parsing a group of options: input url D:\AAC-Test\test.aac.
  40. Successfully parsed a group of options.
  41. Opening an input file: D:\AAC-Test\test.aac.
  42. [NULL @ 0000000002572ae0] Opening 'D:\AAC-Test\test.aac' for reading
  43. [file @ 0000000002573ee0] Setting default whitelist 'file,crypto'
  44. [aac @ 0000000002572ae0] Format aac probed with size=2048 and score=51
  45. [aac @ 0000000002572ae0] Before avformat_find_stream_info() pos: 0 bytes read:32928 seeks:4 nb_streams:1
  46. [aac @ 0000000002572ae0] All info found
  47. [aac @ 0000000002572ae0] Estimating duration from bitrate, this may be inaccurate
  48. [aac @ 0000000002572ae0] After avformat_find_stream_info() pos: 13312 bytes read:65696 seeks:4 frames:50
  49. Input #0, aac, from 'D:\AAC-Test\test.aac':
  50. Duration: 00:50:31.29, bitrate: 57 kb/s
  51. Stream #0:0, 50, 1/28224000: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 57 kb/s
  52. Successfully opened the file.
  53. Parsing a group of options: output url D:\AAC-Test\test.aac.copy.m4a.
  54. Applying option vn (disable video) with argument 1.
  55. Applying option c:a (codec name) with argument copy.
  56. Successfully parsed a group of options.
  57. Opening an output file: D:\AAC-Test\test.aac.copy.m4a.
  58. [file @ 0000000002576920] Setting default whitelist 'file,crypto'
  59. Successfully opened the file.
  60. Output #0, ipod, to 'D:\AAC-Test\test.aac.copy.m4a':
  61. Metadata:
  62. encoder : Lavf57.71.100
  63. Stream #0:0, 0, 1/48000: Audio: aac (HE-AAC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 57 kb/s
  64. Stream mapping:
  65. Stream #0:0 -> #0:0 (copy)
  66. Press [q] to stop, [?] for help
  67. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  68. Automatically inserted bitstream filter 'aac_adtstoasc'; args=''
  69. size= 14653kB time=00:42:51.05 bitrate= 46.7kbits/s speed=5.14e+003x
  70. No more output streams to write to, finishing.
  71. size= 20846kB time=00:59:59.61 bitrate= 47.4kbits/s speed=5.11e+003x
  72. video:0kB audio:21092kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  73. Input file #0 (D:\AAC-Test\test.aac):
  74. Input stream #0:0 (audio): 84367 packets read (21597928 bytes);
  75. Total: 84367 packets (21597928 bytes) demuxed
  76. Output file #0 (D:\AAC-Test\test.aac.copy.m4a):
  77. Output stream #0:0 (audio): 84367 packets muxed (21597928 bytes);
  78. Total: 84367 packets (21597928 bytes) muxed
  79. 0 frames successfully decoded, 0 decoding errors
  80. [AVIOContext @ 00000000025769c0] Statistics: 30 seeks, 84400 writeouts
  81. [AVIOContext @ 000000000257c020] Statistics: 21630856 bytes read, 4 seeks
  82.  
  83.  
  84. ■ffmpeg -i test.aac.copy.m4a
  85.  
  86. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\AAC-Test\test.aac.copy.m4a':
  87. Metadata:
  88. major_brand : M4A
  89. minor_version : 512
  90. compatible_brands: isomiso2
  91. encoder : Lavf57.71.100
  92. Duration: 00:59:59.66, start: 0.000000, bitrate: 47 kb/s
  93. Stream #0:0(und): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 46 kb/s (default)
  94. Metadata:
  95. handler_name : SoundHandler
  96.  
  97.  
  98. ■ffmpeg -y -loglevel debug -i test.aac -vn -c:a copy test.aac.copy.aac
  99.  
  100. ffmpeg version 3.3.3 Copyright (c) 2000-2017 the FFmpeg developers
  101. built with gcc 7.1.0 (GCC)
  102. configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
  103. libavutil 55. 58.100 / 55. 58.100
  104. libavcodec 57. 89.100 / 57. 89.100
  105. libavformat 57. 71.100 / 57. 71.100
  106. libavdevice 57. 6.100 / 57. 6.100
  107. libavfilter 6. 82.100 / 6. 82.100
  108. libswscale 4. 6.100 / 4. 6.100
  109. libswresample 2. 7.100 / 2. 7.100
  110. libpostproc 54. 5.100 / 54. 5.100
  111. Splitting the commandline.
  112. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  113. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
  114. Reading option '-i' ... matched as input url with argument 'D:\AAC-Test\test.aac'.
  115. Reading option '-vn' ... matched as option 'vn' (disable video) with argument '1'.
  116. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'copy'.
  117. Reading option 'D:\AAC-Test\test.aac.copy.aac' ... matched as output url.
  118. Finished splitting the commandline.
  119. Parsing a group of options: global .
  120. Applying option y (overwrite output files) with argument 1.
  121. Applying option loglevel (set logging level) with argument debug.
  122. Successfully parsed a group of options.
  123. Parsing a group of options: input url D:\AAC-Test\test.aac.
  124. Successfully parsed a group of options.
  125. Opening an input file: D:\AAC-Test\test.aac.
  126. [NULL @ 00000000025a2ae0] Opening 'D:\AAC-Test\test.aac' for reading
  127. [file @ 00000000025a3ee0] Setting default whitelist 'file,crypto'
  128. [aac @ 00000000025a2ae0] Format aac probed with size=2048 and score=51
  129. [aac @ 00000000025a2ae0] Before avformat_find_stream_info() pos: 0 bytes read:32928 seeks:4 nb_streams:1
  130. [aac @ 00000000025a2ae0] All info found
  131. [aac @ 00000000025a2ae0] Estimating duration from bitrate, this may be inaccurate
  132. [aac @ 00000000025a2ae0] After avformat_find_stream_info() pos: 13312 bytes read:65696 seeks:4 frames:50
  133. Input #0, aac, from 'D:\AAC-Test\test.aac':
  134. Duration: 00:50:31.29, bitrate: 57 kb/s
  135. Stream #0:0, 50, 1/28224000: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 57 kb/s
  136. Successfully opened the file.
  137. Parsing a group of options: output url D:\AAC-Test\test.aac.copy.aac.
  138. Applying option vn (disable video) with argument 1.
  139. Applying option c:a (codec name) with argument copy.
  140. Successfully parsed a group of options.
  141. Opening an output file: D:\AAC-Test\test.aac.copy.aac.
  142. [file @ 00000000025a6920] Setting default whitelist 'file,crypto'
  143. Successfully opened the file.
  144. Output #0, adts, to 'D:\AAC-Test\test.aac.copy.aac':
  145. Metadata:
  146. encoder : Lavf57.71.100
  147. Stream #0:0, 0, 1/28224000: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 57 kb/s
  148. Stream mapping:
  149. Stream #0:0 -> #0:0 (copy)
  150. Press [q] to stop, [?] for help
  151. cur_dts is invalid (this is harmless if it occurs once at the start per stream)
  152. size= 15699kB time=00:44:39.29 bitrate= 48.0kbits/s speed=5.35e+003x
  153. No more output streams to write to, finishing.
  154. size= 21092kB time=00:59:59.61 bitrate= 48.0kbits/s speed=5.43e+003x
  155. video:0kB audio:21092kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%
  156. Input file #0 (D:\AAC-Test\test.aac):
  157. Input stream #0:0 (audio): 84367 packets read (21597928 bytes);
  158. Total: 84367 packets (21597928 bytes) demuxed
  159. Output file #0 (D:\AAC-Test\test.aac.copy.aac):
  160. Output stream #0:0 (audio): 84367 packets muxed (21597928 bytes);
  161. Total: 84367 packets (21597928 bytes) muxed
  162. 0 frames successfully decoded, 0 decoding errors
  163. [AVIOContext @ 00000000025a69c0] Statistics: 0 seeks, 84367 writeouts
  164. [AVIOContext @ 00000000025ac020] Statistics: 21630856 bytes read, 4 seeks
  165.  
  166.  
  167. ■ffmpeg -i test.aac.copy.aac
  168.  
  169. [aac @ 0000000002842800] Estimating duration from bitrate, this may be inaccurate
  170. Input #0, aac, from 'D:\AAC-Test\test.aac.copy.aac':
  171. Duration: 00:50:31.29, bitrate: 57 kb/s
  172. Stream #0:0: Audio: aac (HE-AAC), 48000 Hz, stereo, fltp, 57 kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement