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

improve audio bitrate in movies #1

Open
nwolek opened this issue Aug 12, 2020 · 0 comments
Open

improve audio bitrate in movies #1

nwolek opened this issue Aug 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nwolek
Copy link
Owner

nwolek commented Aug 12, 2020

I have learned more about the command line settings for ffmpeg since designing these scripts. The audio quality of the output can be improved to CBR 320k using the following option:

-b:a 320k

When I get a chance, I want to slip this setting into the scripts that make mp4 movies. File size will increase, but the benefits outweigh this cost.

@nwolek nwolek added the enhancement New feature or request label Aug 12, 2020
@nwolek nwolek self-assigned this Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant