Advertisement
Shimmy

Untitled

Dec 20th, 2011
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. D:\Users\User\Documents\Visual Studio 2010\Projects\Converter\ConversionTests>ffmpeg -i source.ogg output\ogg.mp3
  2. ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Dec 12 2011 15:34:57 with gcc 4.6.1
  4. configuration: --enable-gpl
  5. libavutil 51. 32. 0 / 51. 32. 0
  6. libavcodec 53. 42. 0 / 53. 42. 0
  7. libavformat 53. 24. 0 / 53. 24. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 53. 0 / 2. 53. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Input #0, ogg, from 'source.ogg':
  13. Duration: 00:00:10.17, start: 0.000000, bitrate: 106 kb/s
  14. Stream #0:0: Audio: vorbis, 44100 Hz, stereo, s16, 160 kb/s
  15. Output #0, mp3, to 'output\ogg.mp3':
  16. Stream #0:0: Audio: none, 44100 Hz, stereo, s16, 128 kb/s
  17. Stream mapping:
  18. Stream #0:0 -> #0:0 (vorbis -> ?)
  19. Encoder (codec none) not found for output stream #0:0
  20.  
  21. D:\Users\User\Documents\Visual Studio 2010\Projects\Converter\ConversionTests>ffmpeg -i source.wav output\wav.mp3
  22. ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
  23. built on Dec 12 2011 15:34:57 with gcc 4.6.1
  24. configuration: --enable-gpl
  25. libavutil 51. 32. 0 / 51. 32. 0
  26. libavcodec 53. 42. 0 / 53. 42. 0
  27. libavformat 53. 24. 0 / 53. 24. 0
  28. libavdevice 53. 4. 0 / 53. 4. 0
  29. libavfilter 2. 53. 0 / 2. 53. 0
  30. libswscale 2. 1. 0 / 2. 1. 0
  31. libpostproc 51. 2. 0 / 51. 2. 0
  32. Input #0, wav, from 'source.wav':
  33. Duration: 00:00:00.16, bitrate: 90 kb/s
  34. Stream #0:0: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 11025 Hz, 1 channels, u8, 88 kb/s
  35. Output #0, mp3, to 'output\wav.mp3':
  36. Stream #0:0: Audio: none, 11025 Hz, 1 channels, u8, 128 kb/s
  37. Stream mapping:
  38. Stream #0:0 -> #0:0 (pcm_u8 -> ?)
  39. Encoder (codec none) not found for output stream #0:0
  40.  
  41. D:\Users\User\Documents\Visual Studio 2010\Projects\Converter\ConversionTests>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement