开发者

How to increase the duration of Video recording in android?

开发者 https://www.devze.com 2023-02-11 15:25 出处:网络
I use the MediaStore to capture the video, but it will record the video upto 8 seconds only ,can anyone help me开发者_开发技巧 to increase the duration of video. I am using android 2.2.See EXTRA_DURAT

I use the MediaStore to capture the video, but it will record the video upto 8 seconds only ,can anyone help me开发者_开发技巧 to increase the duration of video. I am using android 2.2.


See EXTRA_DURATION_LIMIT

Specify an EXTRA_DURATION_LIMIT parameter in the MediaStore.ACTION_VIDEO_CAPTURE Intent.

From StackOverflow - Max duration for capture video on android

intent.putExtra("android.intent.extra.durationLimit", 30000);

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号