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
java throws the Number Format Exception when I compress video,
in the source code position String rotation = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION); int rotationValue = Integer.valueOf(rotation);
exception will be throwed when the rotation return null
then it can't continue working
The text was updated successfully, but these errors were encountered:
java throws the Number Format Exception when I compress video,
in the source code position
String rotation = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION);
int rotationValue = Integer.valueOf(rotation);
exception will be throwed when the rotation return null
then it can't continue working
The text was updated successfully, but these errors were encountered: