On Wed, 2016-03-09 at 17:31 +0000, Peter Alefounder wrote:

> Thanks to all for the comments. I still think something I could use 
> from the command line would be easier - a simple shell script loop.

Did you look further at sox for conversion?

Chris Liddell said he used it to resample, but it does many more things
than that.

You may well find that the following just works:

sox  mytrack.flac  mytrack.mp3

If not, try deliberately converting in two stages:

sox  mytrack.flac  mytrack.wav
sox  mytrack.wav   mytrack.mp3

That would allow you to verify that the .wav itself is sensible.

-- 
Gordon Scott.   Electronics and software engineering.
                Basingstoke UK
                +44-1256-476547

But for the sake of some little mouthful of flesh 
we deprive a soul of the sun and light, 
and of that proportion of life and time 
it had been born into the world to enjoy. 
=== Plutarch AD44-120



-- 
Please post to: Hampshire@mailman.lug.org.uk
Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: http://www.hantslug.org.uk
--------------------------------------------------------------

Reply via email to