0
0

More than 1 year has passed since last update.

ADBで画面録画をする際に画面サイズの指定方法

Posted at

前にADBでの画面録画方法の記事を上げました。
この方法で録画をしたものは、画面のサイズが大きく、動画の容量が大きい為、プルリクエストなどに貼る際に、加工が必要だったりします。

今回は録画をする際に画面サイズを指定すると動画の容量が小さくなる為、おすすめな方法を書いていこうと思います。

画面サイズの設定方法

 adb shell screenrecord --size 540x960 /sdcard/hoge.mp4

screenrecordの後ろに --size 録画する画面サイズ を記載すると設定できます。

簡単に設定できるので試してみてください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0