【ADB命令列】adb shell screenrecord命令列使用說明

來源:互聯網
上載者:User

標籤:

一、查看協助命令,參數 --help

D:\>adb shell screenrecord --helpUsage: screenrecord [options] <filename>Android screenrecord v1.2.  Records the device‘s display to a .mp4 file.Options:--size WIDTHxHEIGHT    Set the video size, e.g. "1280x720".  Default is the device‘s main    display resolution (if supported), 1280x720 if not.  For best results,    use a size supported by the AVC encoder.--bit-rate RATE    Set the video bit rate, in bits per second.  Value may be specified as    bits or megabits, e.g. ‘4000000‘ is equivalent to ‘4M‘.  Default 4Mbps.--bugreport    Add additional information, such as a timestamp overlay, that is helpful    in videos captured to illustrate bugs.--time-limit TIME    Set the maximum recording time, in seconds.  Default / maximum is 180.--verbose    Display interesting information on stdout.--help    Show this message.Recording continues until Ctrl-C is hit or the time limit is reached.

  1. 開始錄製命令:

adb shell screenrecord /sdcard/demo.mp4

說明:錄製手機螢幕,視頻格式為mp4,存放到手機sd卡裡,預設錄製時間為180s。

        screenrecord是一個shell命令,支援Android4.4(API level 19)以上,可使用視訊格式: mp4

   2.  指定視頻解析度大小,參數 --size

adb shell screenrecord --size 1280*720 /sdcard/demo.mp4

  說明:錄製視頻,解析度為1280*720,如果不指定預設使用手機的解析度,為獲得最佳效果,請使用裝置上的進階視頻編碼(AVC)支援的大小

   3.  指定視頻的位元速率, 參數  --bit-rate

adb shell screenrecord --bit-rate 6000000 /sdcard/demo.mp4

說明:指定視頻的位元速率為6Mbps,如果不指定,預設為4Mbps. 你可以增加位元速率以提高視頻品質或為了讓檔案更小而降低位元速率

  4. 旋轉90度,參數: --rotate

adb shell screenrecord --rotate /sdcard/demo.mp4

說明:此功能為實驗性的,在nexus6裝置上實驗,錄製的視頻播放時也是旋轉90度播放,體驗不太友好。

 5. 匯出視頻:

adb pull /sdcard/demo.mp4 D:/

說明:匯出視頻的位置在D盤根目錄下,名稱為demo.mp4

二、DDMS中使用錄製功能

1.命令列中使用DDMS,開啟Android DDMS(monitor.bat)工具

2.開啟android手機(Android4.4及以上機型)的偵錯模式,使用USB串連手機,DDMS介面Name中出現手機型號及online的狀態

3.Device-->Screen Record,彈出設定頁面,設定視頻的位元速率,和視頻的解析度以及儲存路徑,點擊OK

4.操作手機測試情境,完畢後,點擊Cannel按鈕,等待幾秒後,會彈出提示儲存成功。

【ADB命令列】adb shell screenrecord命令列使用說明

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.