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

Feature: Allow audio_norm.sh to detect sample rate and bitrate/bitdepth of the input file's audio stream #7

Open
iamdamosuzuki opened this issue Apr 14, 2021 · 1 comment

Comments

@iamdamosuzuki
Copy link
Collaborator

Right now audio_norm.sh only maintains the file's original codec, not the more important format details.

@eddycolloton
Copy link
Contributor

Added a line to excerpt the audio bit rate from mediainfo in PR #16 but it's a bit hacky, needed to clean up grep output so it doesn't grab video bit rate or overall bit rate.
The line to excerpt the sampling rate from mediainfo in PR #17 is cleaner since it's the only "sampling rate" mediainfo field

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