How would I use ffmpeg to create a batch convert file for sample rate conversion
, such as:
$ ffmpeg -i *.wav -ar 22050 *.wav
Take note, that i'm only doing a sample rate conversion, but in the end I want to batch convert all *.wav to 22050 *.wav files all while keeping the same file name for all the files converted.
No comments:
Post a Comment