-q:a 0 means highest VBR quality. Or you can use -b:a 320k for constant 320kbit/s.

https://trac.ffmpeg.org/wiki/Encode/MP3

Regards,
Artur

On 11/03/16 12:17, Peter Alefounder wrote:
for a in ./*.flac; do avconv -i "$a" -qscale:a 0 "${a[@]/%flac/mp3}"; done

Where in that is the quality specified?


--
Please post to: [email protected]
Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: http://www.hantslug.org.uk
--------------------------------------------------------------

Reply via email to