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

Input files are resampled to 44100Hz before DR computation, although this is not mentioned in the linked PDF #49

Open
magicgoose opened this issue Jun 24, 2017 · 1 comment

Comments

@magicgoose
Copy link
Contributor

magicgoose commented Jun 24, 2017

return " -i \"%s\" -b:a 16 -ar 44100 -y \"%s\" -loglevel quiet " % (file_name, tmp_file)
— these parameters are used to create temporary files for actual DR measurement, if I understood correctly. And they instruct ffmpeg to resample everything to 44100Hz.

http://www.dynamicrange.de/sites/default/files/Measuring DR ENv3.pdf — here's no mention of that.

What is the reason behind this? If it comes from a reverse engineering of official closed-source tools, then maybe you have some other interesting findings to share? 😄

@magicgoose
Copy link
Contributor Author

magicgoose commented Jun 24, 2017

I just tested it on some 96khz record (FLAC variant of http://www.opengoldbergvariations.org/) with and without the resampling, and it seems that resampling makes it closer to the "official" numbers from foobar2000 plugin. 🤔

@catadropa catadropa mentioned this issue Mar 2, 2022
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