How can I convert a wav file to an flv, resampling to a rate of 11kHz, and encoded with speex?
Is it possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can do it using ffmpeg. Speex is in the list of ffmpeg’s supported audio codecs. You will need to compile ffmpeg with
--enable-libspeexadded to the configure flags, or you can try finding a precompiled version that has libspeex support added.Ffmpeg builds are available at zeranoe.com, and this is their latest build for windows (it has speex support).
Your command line should be something like this: