Advertisement
Guest User

Untitled

a guest
Jan 24th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. D:\>ffmpeg -i Input.mp3 -acodec opus -vbr constrained -application voip -ac 2 -ab 32k Output.opus
  2. ffmpeg version N-59852-g785dc14 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Jan 14 2014 22:02:00 with gcc 4.8.2 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  5. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  6. le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
  7. e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
  8. ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
  9. ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
  10. eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
  11. cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
  12. ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  13. libavutil 52. 62.100 / 52. 62.100
  14. libavcodec 55. 48.101 / 55. 48.101
  15. libavformat 55. 23.103 / 55. 23.103
  16. libavdevice 55. 5.102 / 55. 5.102
  17. libavfilter 4. 1.100 / 4. 1.100
  18. libswscale 2. 5.101 / 2. 5.101
  19. libswresample 0. 17.104 / 0. 17.104
  20. libpostproc 52. 3.100 / 52. 3.100
  21. [mp3 @ 02b2a7e0] Estimating duration from bitrate, this may be inaccurate
  22. Input #0, mp3, from 'Input.mp3':
  23. Duration: 01:23:01.89, start: 0.000000, bitrate: 111 kb/s
  24. Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 112 kb/s
  25. Output #0, opus, to 'Output.opus':
  26. Stream #0:0: Audio: opus (libopus), 48000 Hz, stereo, s16, 32 kb/s
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (mp3 -> libopus)
  29. Press [q] to stop, [?] for help
  30. size= 19792kB time=01:22:33.11 bitrate= 32.7kbits/s
  31. video:0kB audio:19419kB subtitle:0 global headers:0kB muxing overhead 1.919336%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement