如何提高视频再编码的android的时间? [英] How to increase the duration of Video recoding in android?

查看:185
本文介绍了如何提高视频再编码的android的时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用的是MediaStore捕获视频,但它会录制视频高达只有8秒,任何人都可以帮助我提高视频的持续时间。我使用的Andr​​oid 2.2。

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.

推荐答案

见的 EXTRA_DURATION_LIMIT

在指定的 MediaStore.ACTION_VIDEO_CAPTURE 意向的EXTRA_DURATION_LIMIT参数。

Specify an EXTRA_DURATION_LIMIT parameter in the MediaStore.ACTION_VIDEO_CAPTURE Intent.

从<一个href="http://stackoverflow.com/questions/3853783/max-duration-for-capture-video-on-android">StackOverflow - 最大持续时间捕捉视频的Andr​​oid

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

这篇关于如何提高视频再编码的android的时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆