iknow4x / Android-Video-Trimmer

The Android-Video-Trimmer project implements the selection of clips for long and short videos. It uses MediaMetadataRetriever to obtain video frames, and uses ffmpeg for video cropping and video compression.
Apache License 2.0
1.1k stars 264 forks source link

mov and wmv format not woking in library #58

Open shiv71 opened 4 years ago

shiv71 commented 4 years ago

MOV and wmv format video on work in library. When selecting mov or wmv getting error in media player. getting Android MediaPlayer error (1, -2147483648) for mov and error (1, -1010) for wmv format and library showing video not play dialog.

iknow4x commented 4 years ago

MOV and wmv format video on work in library. When selecting mov or wmv getting error in media player. getting Android MediaPlayer error (1, -2147483648) for mov and error (1, -1010) for wmv format and library showing video not play dialog.

i'm could not reproduct this problem