Re: [Hampshire] avconv
English
This message is part of the following thread:
the complete thread tree sorted by date
Ben Parsonage at
2016-03-11 13:48
Peter Alefounder at
2016-03-26 13:04
Author:
Artur Łądka
Date:
2016-03-14 15:03
UTC
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
--------------------------------------------------------------