Re: [Hampshire] avconv

Top Page

Reply to this message
Author: Artur Łądka
Date:  
To: Peter Alefounder, Hampshire LUG Discussion List
Subject: Re: [Hampshire] avconv
-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: Hampshire@???
Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: http://www.hantslug.org.uk
--------------------------------------------------------------