Guest User

Windows Server 2012 ffmpeg

a guest
Aug 25th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. C:\ffmpeg\bin>ffmpeg -loglevel verbose -i input.mp3 -vn -c:a aac -b:a 160k -ac 2
  2. -ar 44100 output.mp4
  3. ffmpeg version N-89674-g57d0c24132 Copyright (c) 2000-2018 the FFmpeg developers
  4.  
  5. built with gcc 7.2.0 (GCC)
  6. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --e
  7. nable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libblur
  8. ay --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-
  9. libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enab
  10. le-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-li
  11. bvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --en
  12. able-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-
  13. libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enabl
  14. e-libspeex --enable-amf --enable-cuda --enable-cuvid --enable-d3d11va --enable-n
  15. venc --enable-dxva2 --enable-avisynth --enable-libmfx
  16. libavutil 56. 7.100 / 56. 7.100
  17. libavcodec 58. 9.100 / 58. 9.100
  18. libavformat 58. 3.100 / 58. 3.100
  19. libavdevice 58. 0.100 / 58. 0.100
  20. libavfilter 7. 8.100 / 7. 8.100
  21. libswscale 5. 0.101 / 5. 0.101
  22. libswresample 3. 0.101 / 3. 0.101
  23. libpostproc 55. 0.100 / 55. 0.100
  24. [mp3 @ 000000bdea6e9e80] Skipping 0 bytes of junk at 5967.
  25. Input #0, mp3, from 'input.mp3':
  26. Metadata:
  27. title : We're Invincible
  28. artist : C├ÿDE feat. Joseph Feinstein
  29. album : [non-album tracks]
  30. encoder : Lavf58.7.100
  31. major_brand : isom
  32. minor_version : 512
  33. artist-sort : C├ÿDE feat. Joseph Feinstein
  34. Artists : C├ÿDE/Joseph Feinstein
  35. compatible_brands: isomiso2avc1mp41
  36. Acoustid Id : 051145ac-3491-40b3-ad82-d5ff214573a5
  37. MusicBrainz Artist Id: 5da06669-d475-4d98-a5a0-a9f003a24ff7/1553e529-a391-46
  38. 34-a97e-23c0961a2048
  39. Duration: 00:03:24.09, start: 0.025057, bitrate: 148 kb/s
  40. Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 148 kb/s
  41. Metadata:
  42. encoder : Lavc58.9.
  43. Stream mapping:
  44. Stream #0:0 -> #0:0 (mp3 (native) -> aac (native))
  45. Press [q] to stop, [?] for help
  46. [graph_0_in_0_0 @ 000000bdea79f7c0] tb:1/44100 samplefmt:s16p samplerate:44100 c
  47. hlayout:0x3
  48. [format_out_0_0 @ 000000bdea79f400] auto-inserting filter 'auto_resampler_0' bet
  49. ween the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
  50. [auto_resampler_0 @ 000000bdea79f9c0] ch:2 chl:stereo fmt:s16p r:44100Hz -> ch:2
  51. chl:stereo fmt:fltp r:44100Hz
  52. Output #0, mp4, to 'output.mp4':
  53. Metadata:
  54. title : We're Invincible
  55. artist : C├ÿDE feat. Joseph Feinstein
  56. album : [non-album tracks]
  57. MusicBrainz Artist Id: 5da06669-d475-4d98-a5a0-a9f003a24ff7/1553e529-a391-46
  58. 34-a97e-23c0961a2048
  59. major_brand : isom
  60. minor_version : 512
  61. artist-sort : C├ÿDE feat. Joseph Feinstein
  62. Artists : C├ÿDE/Joseph Feinstein
  63. compatible_brands: isomiso2avc1mp41
  64. Acoustid Id : 051145ac-3491-40b3-ad82-d5ff214573a5
  65. encoder : Lavf58.3.100
  66. Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, de
  67. lay 1024, 160 kb/s
  68. Metadata:
  69. encoder : Lavc58.9.100 aac
  70. No more output streams to write to, finishing.0kbits/s speed=19.5x
  71. size= 4062kB time=00:03:24.05 bitrate= 163.1kbits/s speed=19.4x
  72. video:0kB audio:4027kB subtitle:0kB other streams:0kB global headers:0kB muxing
  73. overhead: 0.876344%
  74. Input file #0 (input.mp3):
  75. Input stream #0:0 (audio): 7813 packets read (3790642 bytes); 7813 frames deco
  76. ded (8998912 samples);
  77. Total: 7813 packets (3790642 bytes) demuxed
  78. Output file #0 (output.mp4):
  79. Output stream #0:0 (audio): 8788 frames encoded (8998912 samples); 8789 packet
  80. s muxed (4123497 bytes);
  81. Total: 8789 packets (4123497 bytes) muxed
  82. [aac @ 000000bdea6f5b40] Qavg: 574.583
Advertisement
Add Comment
Please, Sign In to add comment