You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Another effect is that tags such as com.android.version becomes com_android_version on Android.
This one will be more difficult to handle, the intermediate XML can not store "." in element names.
I don't think it is worth it to deal with that, especially because at long term these fields will be correctly managed (removing the MP4 field names).
Why does the output formatting for text and HTML view differ on Android?
Example for an AVC video...
Windows/Linux:
Android:
The text was updated successfully, but these errors were encountered: