iknow4 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mov and wmv format not woking in library

shiv71 opened this issue · comments

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.

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