I am trying to transcode from FLAC to Ogg (and save the files on my Android phone). The process works fine, except that it gives the transcoded files an "mp3" extension, which throws up an io exception in Android.
Is my transcoding entry incorrect? Here it is:
Convert from: Flac
Convert to: Ogg
Step 1: flac -c -s -d %s
Step 2: oggenc2 -q 0 -
Like I said, it works fine for the most part. If I manually change the extension to .ogg the file plays correctly.
Thanks