Guest User

Windows 10 ffmpeg

a guest
Aug 25th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. C:\ffmpeg\bin>ffmpeg -loglevel verbose -i input.mp3 -vn -c:a aac -b:a 160k -ac 2 -ar 44100 output.mp4
  2. ffmpeg version N-89674-g57d0c24132 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 7.2.0 (GCC)
  4. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --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-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-amf --enable-cuda --enable-cuvid --enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth --enable-libmfx
  5. libavutil 56. 7.100 / 56. 7.100
  6. libavcodec 58. 9.100 / 58. 9.100
  7. libavformat 58. 3.100 / 58. 3.100
  8. libavdevice 58. 0.100 / 58. 0.100
  9. libavfilter 7. 8.100 / 7. 8.100
  10. libswscale 5. 0.101 / 5. 0.101
  11. libswresample 3. 0.101 / 3. 0.101
  12. libpostproc 55. 0.100 / 55. 0.100
  13. [mp3 @ 000002c705a39500] Skipping 0 bytes of junk at 5967.
  14. Input #0, mp3, from 'input.mp3':
  15. Metadata:
  16. title : We're Invincible
  17. artist : C├ÿDE feat. Joseph Feinstein
  18. album : [non-album tracks]
  19. encoder : Lavf58.7.100
  20. major_brand : isom
  21. minor_version : 512
  22. artist-sort : C├ÿDE feat. Joseph Feinstein
  23. Artists : C├ÿDE/Joseph Feinstein
  24. compatible_brands: isomiso2avc1mp41
  25. Acoustid Id : 051145ac-3491-40b3-ad82-d5ff214573a5
  26. MusicBrainz Artist Id: 5da06669-d475-4d98-a5a0-a9f003a24ff7/1553e529-a391-4634-a97e-23c0961a2048
  27. Duration: 00:03:24.09, start: 0.025057, bitrate: 148 kb/s
  28. Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 148 kb/s
  29. Metadata:
  30. encoder : Lavc58.9.
  31. File 'output.mp4' already exists. Overwrite ? [y/N] y
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (mp3 (native) -> aac (native))
  34. Press [q] to stop, [?] for help
  35. [graph_0_in_0_0 @ 000002c705aed940] tb:1/44100 samplefmt:s16p samplerate:44100 chlayout:0x3
  36. [format_out_0_0 @ 000002c705aee480] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
  37. [auto_resampler_0 @ 000002c705aede00] ch:2 chl:stereo fmt:s16p r:44100Hz -> ch:2 chl:stereo fmt:fltp r:44100Hz
  38. Output #0, mp4, to 'output.mp4':
  39. Metadata:
  40. title : We're Invincible
  41. artist : C├ÿDE feat. Joseph Feinstein
  42. album : [non-album tracks]
  43. MusicBrainz Artist Id: 5da06669-d475-4d98-a5a0-a9f003a24ff7/1553e529-a391-4634-a97e-23c0961a2048
  44. major_brand : isom
  45. minor_version : 512
  46. artist-sort : C├ÿDE feat. Joseph Feinstein
  47. Artists : C├ÿDE/Joseph Feinstein
  48. compatible_brands: isomiso2avc1mp41
  49. Acoustid Id : 051145ac-3491-40b3-ad82-d5ff214573a5
  50. encoder : Lavf58.3.100
  51. Stream #0:0: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, delay 1024, 160 kb/s
  52. Metadata:
  53. encoder : Lavc58.9.100 aac
  54. No more output streams to write to, finishing.7kbits/s speed=37.7x
  55. size= 4062kB time=00:03:24.05 bitrate= 163.1kbits/s speed=37.7x
  56. video:0kB audio:4027kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.876344%
  57. Input file #0 (input.mp3):
  58. Input stream #0:0 (audio): 7813 packets read (3790642 bytes); 7813 frames decoded (8998912 samples);
  59. Total: 7813 packets (3790642 bytes) demuxed
  60. Output file #0 (output.mp4):
  61. Output stream #0:0 (audio): 8788 frames encoded (8998912 samples); 8789 packets muxed (4123497 bytes);
  62. Total: 8789 packets (4123497 bytes) muxed
  63. [aac @ 000002c705a3cbc0] Qavg: 574.583
Advertisement
Add Comment
Please, Sign In to add comment