如何增加Android的奇巧的亚行屏幕记录的时间限制 [英] How to increase time limit of ADB screen record of Android Kitkat

查看:117
本文介绍了如何增加Android的奇巧的亚行屏幕记录的时间限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用的是亚行的画面记录功能,记录我的应用程序的视频。这是非常方便和有用的。唯一的问题,我发现是3分钟(180秒)的最大时间限制。

I was using screen record functionality of ADB to record video of my application. It is very convenient and useful. Only issue I found is maximum time limit of 3 minutes (180 seconds).

有什么办法或解决办法或方式,使我们可以增加此时间限制?

Is there any way or workaround or way by which we can increase this time limit?

推荐答案

在窗口我的绝招是创建一个 screenrecord.bat 文件并运行它。 9分钟:

On windows my trick is creating a screenrecord.bat file and running it. For 9 minutes:

adb shell screenrecord --bit-rate 8000000 /sdcard/sr1.mp4
adb shell screenrecord --bit-rate 8000000 /sdcard/sr2.mp4
adb shell screenrecord --bit-rate 8000000 /sdcard/sr3.mp4

然后就可以与任何视频编辑软件合并文件。

Then you can merge the files with any video editing software.

我知道这是一个蹩脚的解决方案,但亚行screenrecord 是怪不容许更长的视频长度...

I know this is a lame solution but adb screenrecord is to blame for not allowing longer video lengths...

这篇关于如何增加Android的奇巧的亚行屏幕记录的时间限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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