
A screencast is a digital recording of computer screen output, also known as a video screen capture, often containing audio narration. The term screencast compares with the related term screenshot; whereas screenshot generates a single picture of a computer screen, a screencast is essentially a movie of the changes over time that a user sees on a computer screen, enhanced with audio narration.
Screencasting on Android – Step by Step
If you would like to record screencast videos of your own Android phone, the good news is that you don’t need to install any app nor do you have to root your device. The not-so-good news is that you can only capture screencasts on phones (or tablets) that are running Android 4.4 or later. Also, screencasts will not have any audio.
Step 1: Prepare your Android Device for Screencasting
Open your Android phone settings and go to About Phone, the last option in the list. Next tap Build Number seven times in quick succession and you’ll see a message saying that Developer Options have been enabled in your device.
Now use the “back” button to return to the Settings page, tap Developer Optionsand toggle the on-off switch. Here turn on USB Debugging and also enable Show Input Touches – the on-screen interactions like taps and swipes will be recorded as circles in the screencast.
Step 2: Prepare your computer (Windows or Mac)
We need to install the Android SDK on our desktop. This is simple. All you have to do is download the SDK in a zip file from the android.com website and unzip the file anywhere on your computer.
The Android SDK is available for both Mac and Windows.
Step 3: Connect your Android phone to the desktop
First connect your Android phone to your computer though the regular micro USB cable. The phone will display a prompt asking you to “Allow USB debugging.” Tap OK to continue.
Now open the command prompt in Windows, or the Terminal shell on your Mac, and switch (use the “cd” command) to the sdk/platform-tools directory inside the Android SDK folder.
Here run the command adb devices and if it shows a device under the “List of devices attached”, you are all set to record the first movie of your Android screen.
Step 4: Record the Screencast VideoRun the follow command to enter recording mode. Advanced users may refer to thehelp manual to learn about the various options supported by screenrecord.adb shell screenrecord --verbose ./sdcard/screencast-video.mp4
Now switch to your phone and whatever you do here will get recorded in the video. When you are done, go to command window and press Ctrl + C to stop the video recording. The screencast is now saved in your Android phone.
You can use a File manager app, I prefer File Wrangler, to search for the screencast-video.mp4 file on the phone and transfer it to your desktop for editing.
Read Also ;- Uses Of Screening
Also Read :- How To Record Screencast Video On Android Device
Please Share Your Veiws In The Comments How Do You Like The Post

No comments:
Post a Comment