Open
Description
Current behavior
On Android, getVideoMetaData
does not take into account video orientation. A portrait video has the same width and height as a landscape one.
Expected behavior
Width and height should be reversed for portrait images vs landscape ones.
Platform
- Android
- iOS
React Native Version
0.76.6
React Native Compressor Version
1.10.3
Reproducible Steps And Demo
Looking at the code here
It seems that use of METADATA_KEY_VIDEO_ROTATION
in there somewhere is necessary, similar to
Metadata
Metadata
Assignees
Labels
No labels