jeanslack / FFcuesplitter

FFmpeg based audio splitter for CDDA images associated with .cue files
GNU General Public License v3.0
52 stars 6 forks source link

How to encode to 320k #13

Closed creativeWaltz closed 1 year ago

creativeWaltz commented 1 year ago

Hello

Love this and working great except defaults to 128 VBR

How do I do 320k convert to mp3. I tried

ffcuesplitter -f mp3 -i example.cue --ffmpeg_add_params '-ab 320k' and got the error:

unrecognized arguments: --ffmpeg_add_params -ab 320k: --ffmpeg_add_params -ab 320k

Pardon my ignorance and thanks!

jeanslack commented 1 year ago

@creativeWaltz

Hello, You are using underscore instead of hyphen: --ffmpeg_add_params

creativeWaltz commented 1 year ago

ah great thanks, the readme shows is as underscore so does that need updating?

jeanslack commented 1 year ago

I will have to update the USAGE of the command line, I just realized that it is not correct yet.