Testify-hub
Results
2
comments of
Testify-hub
Yes it's always cropping top of video.. Any help regarding this problem???
I extract width and height like this val videoWidth = Integer.valueOf( retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH) .toString() ) val videoHeight = Integer.valueOf( retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_HEIGHT) .toString() ) but videos that are capture from camera are not...