Using below code i captured Video,but how to get duration of captured video in android ? and also when sometimes user discard video and record new video then get duration of new video .
Intent cameraIntent = new Intent(
android.provider.MediaStore.ACTION_VIDEO_CAPTURE);
startActivityForResult(cameraIntent, TAKE_VIDEO);