Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freaccmd: Unable to set a higher cbr bitrate than 160 #641

Open
Flameborn opened this issue Oct 18, 2024 · 0 comments
Open

Freaccmd: Unable to set a higher cbr bitrate than 160 #641

Flameborn opened this issue Oct 18, 2024 · 0 comments

Comments

@Flameborn
Copy link

Hello,

I am trying to split an m4b based on chapters and convert to CBR, 320 KBPS mp3. Despite what the help file says, the maximum bitrate seems to be 160 via the -b flag. Lower bitrates work as expected, e.g. 128.

I am using Intel MacOS 12.7.6.

Example command:

for f in *.m4b; do
  /applications/freac.app/Contents/MacOS/freaccmd -d "${f%.m4b}_out" --split-chapters -p "<track> <title>" -m cbr -b 320 "$f"
done

Any help is greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant