search for: fr_56_ch9_p18

Displaying 2 results from an estimated 2 matches for "fr_56_ch9_p18".

2009 Feb 28
1
having trouble building on Mac OS X 10.5
...them to speex to see if I could get smaller sizes and reasonable quality. So my thought was to use ffmpeg which I use for many other conversion tasks like this. But it doesn't seem to encode to speex. So this is what I am trying now: One of my 40s originals is 120K: $ ffmpeg -i f56-speex/fr_56_ch9_p18.mp3 ... Input #0, mp3, from 'f56-speex/fr_56_ch9_p18.mp3': Duration: 00:00:40.05, start: 0.000000, bitrate: 24 kb/s Stream #0.0: Audio: mp3, 11025 Hz, mono, s16, 24 kb/s I encode this to an 8kHz wav: $ ffmpeg -i f56-static/fr_56_ch9_p18.mp3 -ar 8000 f56-speex/fr_56_ch9_p18_8KHz.w...
2009 Feb 28
2
having trouble building on Mac OS X 10.5
I'm getting this error trying to build speex on MacOS X 10.5.6: ./configure: line 21256: syntax error near unexpected token `FFT,' ./configure: line 21256: ` PKG_CHECK_MODULES(FFT, fftw3f)' Thanks for any tips. Details ... I'd like to use speex with ffmpeg but when I run ffmpegs configure with: --enable-libspeex I get: ERROR: libspeex not found Soo ... I