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

Improved precision in fractional types in core me #2070

Open
plondino opened this issue Jun 10, 2024 · 0 comments
Open

Improved precision in fractional types in core me #2070

plondino opened this issue Jun 10, 2024 · 0 comments
Labels

Comments

@plondino
Copy link

I have a QuickTime file where the PAR is 320/253 (see attached) and there’s no easy way to reconstruct the original precision since MediaInfo only reports 1.265. I know the file is supposed to be exactly 16:9 (1.7777...) but I can only get the calculated value of 1.778027777777778. Ideally MediaInfo would:

a. Fix the PAR to display its full precision as a fraction type
b. Support more comprehensive reworking of the underlying library to store and display more precise values for core media types (frame rate, aspect ratios, etc).

Related to a comment on #1880 and also MediaArea/MediaInfo#577

Width                                    : 1 012 pixels
Height                                   : 720
Height                                   : 720 pixels
Stored_Width                             : 1024
Sampled_Width                            : 1012
Sampled_Height                           : 720
Pixel aspect ratio                       : 1.265
Display aspect ratio                     : 1.778
Display aspect ratio                     : 16:9
Untitled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants