mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Added Compression levels for mp3, opus and flac
This commit is contained in:
parent
cbf75faa58
commit
fd8a51d474
2
AAXtoMP3
2
AAXtoMP3
@ -446,7 +446,7 @@ do
|
||||
compression_level_param="-compression_level ${level}"
|
||||
fi
|
||||
|
||||
# -----
|
||||
# -----
|
||||
if [ "${continue}" == "0" ]; then
|
||||
# This is the main work horse command. This is the primary transcoder.
|
||||
# This is the primary transcode. All the heavy lifting is here.
|
||||
|
@ -19,6 +19,7 @@ Audible fails for some reason.
|
||||
* grep Some OS distributions do not have it installed.
|
||||
* sed Some OS versions will need to install gnu sed.
|
||||
* mp4art used to add cover art to m4a and m4b files. Optional
|
||||
* mediainfo used to add additional media tags like narrator. Optional
|
||||
|
||||
## OSX
|
||||
Thanks to thibaudcolas, this script has been tested on OSX 10.11.6 El Capitan. YMMV, but it should work for
|
||||
|
Loading…
Reference in New Issue
Block a user