[LAU] convert 32bit/96kHz Wav to flac and ogg

Georg Holzmann grh at mur.at
Fri Sep 21 07:10:17 UTC 2012


Hey Thijs!

> currently i can convert the most common formats, but i'm having trouble
> converting 32bit/96kHz stereo wav files : flac and oggenc dont like them :-(
> i have tried with ffmpeg and various settings but i cant get it to work

You can first convert your wav files to 44.1k oder 48k with sox:
$ sox your_96k_file.wav -r 48000 your_48k_file.wav

and afterwards use oggenc/flac:
$ flac your_48k_file.wav

LG
Georg

-- 
auphonic - automatic audio post production
http://auphonic.com
audio development, machine learning, open source and more


More information about the Linux-audio-user mailing list