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

Avi files with codec MjPEG throws FIle not found exception

rahulvyas opened this issue · comments

Hi,

When I pick avi file encoded with MjPEG codec I am getting file not found exception in logs. Do you have any idea how to catch this exception or how to run the avi video ?

I need to test with an avi file. Can you upload an avi video file here?

Here you go
https://www.dropbox.com/s/iyo0pot2ryfyteq/PICT0021.AVI?dl=0

Download from dropbox to directly into your phone storage and then check.

@iknow4 did you tested the AVI file ? You haven't replied anything and you closed the issue..

@iknow4 did you tested the AVI file ? You haven't replied anything and you closed the issue..

i have fix this issue and tested.
this is the commit:
91e77cf

Have you merged this into master or any other branch with this fix included ?

Have you merged this into master or any other branch with this fix included ?

yeah, i hava merged to the master branch.