-
Notifications
You must be signed in to change notification settings - Fork 3
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
Include bits per sample in log #9
Comments
It is 100% possible, and your idea seems correct as far as I remember. I
didn't add it just because I thought it's unnecessary, as it doesn't matter
at all in DR calculations (even if everything was always converted to
16-bit samples before analysis, the results are near exactly the same).
Maybe it can be a bit useful for source identification.
I don't currently have time and access to my personal computer, but if
someone makes a PR with this addition, I can review/merge.
…On Mon, Apr 11, 2022 at 4:54 AM 4oo4 ***@***.***> wrote:
It looks like this is included in most other DR meters I've seen, would it
be possible to get this added? I think this would just be a matter of
parsing it from the output from ffprobe, if I'm reading the code correctly?
Cheers
—
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALADHSIVXQNLW2JJRLT3Z3VEOH7NANCNFSM5TBY7KHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Cool, I was wanting it for identification purposes. I will see if I can make a PR for this when I have some time. |
Cool! Also, IIRC, there may be potential edge cases worth extra attention:
if you parse this number from ffmpeg, I've heard it may sometimes report 24
bit precision as 32. Or maybe it's no longer a problem.
…On Tue, Apr 12, 2022 at 3:40 AM 4oo4 ***@***.***> wrote:
Cool, I was wanting it for identification purposes. I will see if I can
make a PR for this when I have some time.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALADHWYV5CPGL7MKTQOHELVETIA3ANCNFSM5TBY7KHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hmm, that sounds vaguely familiar, I have 32 bit float, and 24/16 bit fixed to test with, I'll see if I can find more info about that. EDIT: It looks like it might be from a discrepancy with different fields within ffprobe. There's |
It looks like this is included in most other DR meters I've seen, would it be possible to get this added? I think this would just be a matter of parsing it from the output from ffprobe, if I'm reading the code correctly?
Cheers
The text was updated successfully, but these errors were encountered: