YenRen
Results
3
comments of
YenRen
@yanzhenjie 能否直接下载sd卡下面的资源
String width = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_HEIGHT); String height = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_WIDTH); String rotation =retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION); here is a wrong? width and height switched places....... this make the outVideo Probably deformation
Have you solved the problem?