How to increase time duration of taking a video of Android Studio -


i know how increase time duration of taking video of android studio? developed application , explain function using video it's 3 mins take video default , it's not enough me. please kindly advice me.

android studio's screen record , screen recording via command line using adb seems have maximum limit of 3 minutes.

here adb screen record documention states --time-limit sets maximum recording time, in seconds. default , maximum value 180 (3 minutes).

you might want @ recording 2 separate videos, putting them in video editing program.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -