Comment 3 for bug 646871

Revision history for this message
Michael Helmling (supermihi) wrote :

I could fix this by changing the output type of oggdec to "raw" (-R switch) and the input type of lame as well (-r) in the script
/usr/share/gtkpod/scripts/convert-2mp3.sh:

"$decoder" -R $options "$infile" | "$encoder" -r $ENCODER_OPTS [...]