Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ffmpeg -i test.wav ~/Desktop/out.mp3
  2. ffmpeg version N-37650-g3c939ad Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Feb 8 2012 15:33:28 with gcc 4.4.3
  4. configuration: --enable-gpl --enable-nonfree --enable-libx264
  5. libavutil 51. 38.100 / 51. 38.100
  6. libavcodec 54. 1.100 / 54. 1.100
  7. libavformat 54. 0.100 / 54. 0.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 62.100 / 2. 62.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [wav @ 0x1f113a0] max_analyze_duration 5000000 reached at 5013333
  14. Input #0, wav, from 'test.wav':
  15. Duration: 00:03:03.98, bitrate: 1536 kb/s
  16. Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s
  17. Output #0, mp3, to '/home/user/Desktop/out.mp3':
  18. Stream #0:0: Audio: none, 48000 Hz, 2 channels, s16, 128 kb/s
  19. Stream mapping:
  20. Stream #0:0 -> #0:0 (pcm_s16le -> ?)
  21. Encoder (codec none) not found for output stream #0:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement