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

Different output on Android #2176

Open
cjee21 opened this issue Jan 24, 2025 · 2 comments
Open

Different output on Android #2176

cjee21 opened this issue Jan 24, 2025 · 2 comments
Assignees

Comments

@cjee21
Copy link
Contributor

cjee21 commented Jan 24, 2025

Why does the output formatting for text and HTML view differ on Android?

Example for an AVC video...

Windows/Linux:

Format profile            : High@L4

Android:

Format profile            : High
Format level              : 4
@JeromeMartinez JeromeMartinez transferred this issue from MediaArea/MediaInfo Jan 24, 2025
@JeromeMartinez JeromeMartinez self-assigned this Jan 24, 2025
@JeromeMartinez
Copy link
Member

Why does the output formatting for text and HTML view differ on Android?

On Android we use XML as an intermediate storage and XML stores profile and level separately, then XML is processed by MediaInfo it does not "revert" this separation, it should for keeping coherency.

@cjee21
Copy link
Contributor Author

cjee21 commented Jan 26, 2025

On Android we use XML as an intermediate storage

Another effect is that tags such as com.android.version becomes com_android_version on Android.

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