X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/0d9ef51ea486101eeba7348a9e3a06234be53c9b..147e24a59067556340ad6993ce92d25b7a6e0eb6:/abcde.conf diff --git a/abcde.conf b/abcde.conf index c2051a9..ab2c45a 100644 --- a/abcde.conf +++ b/abcde.conf @@ -61,7 +61,8 @@ # speexenc - the only encoder for SPEEXENCODERSYNTAX # mpcenc - encoder for MPCENCODERSYNTAX # faac, neroAacEnc - for AACENCODER -# default is a valid option for oggenc, lame, flac, speexenc, mpcenc and faac. +# opusenc - for OPUSENCODER +# default is a valid option for oggenc, lame, flac, speexenc, mpcenc, faac and opus. # Currently this affects the default location of the binary, the variable # to pick encoder command-line options from, and where the options are # given. @@ -71,6 +72,7 @@ #SPEEXENCODERSYNTAX=default #MPCENCODERSYNTAX=default #AACENCODERSYNTAX=default +#OPUSENCODERSYNTAX=default # Specify the syntax of the normalize binary here - so far only 'normalize' # is supported. @@ -129,6 +131,7 @@ #SPEEXENC=speexenc #MPCENC=mpcenc #AACENC=faac +#OPUSENC=opusenc #ID3=id3 #EYED3=eyeD3 @@ -196,6 +199,10 @@ #OUTPUTTYPE="m4a" #ATOMICPARSLEY='AtomicParsley' +# OPUS +# For the encoder options look at: opusenc -h. +#OPUSENCOPTS='--bitrate 128' + #ID3OPTS= #EYED3OPTS="--set-encoding=utf16-LE" #CDPARANOIAOPTS= @@ -245,7 +252,7 @@ # you can specify that here #WAVOUTPUTDIR=`pwd` -# OUTPUTTYPE can be either "ogg", "mp3", "flac" or "spx", or a combination +# OUTPUTTYPE can be either "ogg", "mp3", "flac", "spx", "opus" or a combination # of them separated with ",": "ogg,mp3". #OUTPUTTYPE=ogg