Friday, May 25, 2012

ogg2wav low-bitrate

ogg. in. wav. low bit rate. Wrote the entry for recursive processing. As the converter acts as a program. sox. (available in the repository, Ubuntu). That is, in fact, it is the same:.

find-iname '*. ogg '| while read a; do sox' $ a '-r 22050 -c 1 ' `echo $ a | sed -es/ogg` wav 'resample-ql; done. 


Run the script should be in the directory you want to handle. The output is 22,050 Hz, mono, 16-bit.

No comments:

Post a Comment