8000 320 kbps · Issue #100 · nu774/qaac · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

320 kbps #100

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

Open
nobef opened this issue Apr 14, 2024 · 1 comment
Open

320 kbps #100

nobef opened this issue Apr 14, 2024 · 1 comment

Comments

@nobef
Copy link
nobef commented Apr 14, 2024

I want to convert using qaac (Via Muicbee). And they gave me this command: --ignorelength --no-smart-padding -v 256 -q 2 -o [outputfile] - This is the highest quality, just like iTunes. But I want to do it in 320 kbps. should I just put 320 instead of 256? And what else should we do with Khgz, make 44.1?
Help me, I'm a noob and couldn't use the command line at all, so I came to Musicbee

The method is taken from here
https://getmusicbee.com/forum/index.php?topic=33758.0

@deton24
Copy link
deton24 commented Apr 5, 2025

For WAV input:
-c 0 --ignorelength --no-smart-padding 'd:\your folder\track 01.wav' -o output.m4a

It'll leave the original sample rate of the file (if it's not higher than 48kHz - then it will downsample it to 48kHz), and use CBR 320kbps (for stereo input) and LC profile with default -q 2 = Quality 96 in the MediaInfo (the highest).
Better preserve original SR.

For lossy:
-c 0 --no-smart-padding <input> -o <output>
(-i, --ignorelength - Assume WAV input and ignore the data chunk length)

For WAV and issue of no gappless playback in the converted output:
-c 0 --ignorelength <input> -o <output>
(--no-smart-padding Don't apply smart padding for gapless playback.
By default, beginning and ending of input is extrapolated to achieve smooth transition between songs. This option also works as a workaround for bug of CoreAudio HE-AAC encoder that stops encoding 1 frame too early. Setting this option can lead to gapless playback issue especially on HE-AAC.

You have to use apostrophes like: 'inputpath' for paths when there are spaces in the input or output.

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

2 participants
0