Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ ./ffmpeg -i ~/write.wav -af volume=0.1 ~/lol.wav
  2. ffmpeg version N-35540-g0cc9949, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Dec 7 2011 22:26:02 with gcc 4.6.1
  4. configuration: --enable-filter=earwax
  5. libavutil 51. 30. 0 / 51. 30. 0
  6. libavcodec 53. 41. 2 / 53. 41. 2
  7. libavformat 53. 24. 0 / 53. 24. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 51. 0 / 2. 51. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. [wav @ 0x2d077e0] parser not found for codec pcm_s16le, packets or times may be invalid.
  12. [wav @ 0x2d077e0] max_analyze_duration 5000000 reached at 5015510
  13. Input #0, wav, from '/home/jeremy/write.wav':
  14. Duration: 00:04:01.86, bitrate: 1411 kb/s
  15. Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2 channels, s16, 1411 kb/s
  16. Unrecognized option 'af'
  17. Failed to set value 'volume=0.1' for option 'af'
  18.  
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement