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

Set original audio offset for remux based on signal level in the 1-4kHz range #181

Open
3ll3d00d opened this issue Jan 2, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@3ll3d00d
Copy link
Owner

3ll3d00d commented Jan 2, 2019

compare FR in the 1-4kHz frequency range for filtered vs unfiltered, set offset accordingly

@aron7awol
Copy link

Is this a relatively trivial thing to do using ffmpeg, or are you planning to use another method? The main reason I ask is due to my observations with the full range signals and specifically in the 2-6kHz range, having an easy way to get some information about that specific range would probably be really helpful to me in addition to the R128 check I'm already doing.

@3ll3d00d
Copy link
Owner Author

3ll3d00d commented Jan 3, 2019

This is just comparing filtered vs unfiltered FR in this range and changing the level of the original track by this much. Assumption is no filters are set that affect this range except for gain adjustments and the point of the exercise is to equalise the with/without overall volume level to make the comparison "fair" (or at least fairer)

ie this is not an overall normalisation exercise

@aron7awol
Copy link

Ahh, okay, I just saw that you were using 1-4kHz range and thought that since the 1000Hz sample rate files roll off well before that maybe you were doing something different.

I did realize this wasn't intended to be an overall normalization exercise, I just thought the same technique might be useful to give me an easy way to get data on a specific frequency range.

@3ll3d00d
Copy link
Owner Author

3ll3d00d commented Jan 3, 2019

What sort of info are you after?

@aron7awol
Copy link

Peak data for a particular range, probably 2-6kHz.

@3ll3d00d
Copy link
Owner Author

3ll3d00d commented Jan 3, 2019

It feels like this is a peak finding problem, i.e. show me the frequencies where a mix spikes away from the norm (where the norm is for that mix not some idealised norm like a loudness curve)

@aron7awol
Copy link

The way I am looking at that range of peaks is sort of as a ceiling on MV boost, which I can check in addition to R128.

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

2 participants