Advertisement
Guest User

Untitled

a guest
Jan 24th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. D:>ffmpeg -i In.mp3 -acodec opus -ab 48k -ar 44100 Out.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 @ 02b2a720] Estimating duration from bitrate, this may be inaccurate
  22. Input #0, mp3, from 'In.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. File 'out.opus' already exists. Overwrite ? [y/N] y
  26. [libopus @ 03768500] Specified sample rate 44100 is not supported
  27. Output #0, opus, to 'o.opus':
  28. Stream #0:0: Audio: opus, 44100 Hz, stereo, s16, 48 kb/s
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (mp3 -> libopus)
  31. Error while opening encoder for output stream #0:0 - maybe incorrect parameters
  32. such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement