memfis19/Annca

The audio play but the images do not move

vsoftphuong opened this issue · 0 comments

After exporting to mp4, you open mp4 file in File Explorer : the audio plays but the images do not move, after a period of time the audio stops playing and the picture starts to move. Display time is also not normal (video about 10s but time show about >2h).

Demo:
https://chatnhanh.blob.core.windows.net/chat/5a1e55d59b53e9324027f49e/158852/89313aeb-2124-4832-9543-5622c67154b7/vid_2018_07_13_17_08_33.mp4

Code:
AnncaConfiguration.Builder builder = new AnncaConfiguration.Builder (context, CAPTURE_MEDIA);
builder.setMediaQuality (AnncaConfiguration.MEDIA_QUALITY_LOW);
builder.setMediaResultBehaviour (AnncaConfiguration.PREVIEW);
builder.setVideoDuration (2 * 60 * 1000);
new Annca (builder.build ()) launchCamera ();

Thanks!