VideoCompress icon indicating copy to clipboard operation
VideoCompress copied to clipboard

How to set compress level ?

Open YenRen opened this issue 7 years ago • 1 comments

YenRen avatar Sep 01 '17 07:09 YenRen

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

YenRen avatar Sep 01 '17 11:09 YenRen