How to FFmpeg can manage audio channels to create effects such as reverb?

link|improve this question
feedback

migrated from stackoverflow.com Mar 24 '11 at 13:15

This question came from our site for professional and enthusiast programmers.

1 Answer

FFmpeg is not really intended to apply effects. You can add a reverb using sox, the audio swiss army knife. Its manual is well written!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown