13

is it possible to capture what's going on in an android screen as video, either on the device itself or the emulator?

thanks!

clamp
  • 33,000
  • 75
  • 203
  • 299
  • 1
    For device you have inbuilt command from Kitakt ApI 19. Do `adb shell` and then -> `screenrecord /sdcard/test.mp4` -> `Ctrl-C` when done. – Aniket Thakur Mar 21 '15 at 17:10

3 Answers3

8

You could use one of the many screencast webapps - I personally use http://screenr.com/ and http://www.screentoaster.com/ - they're both quite easy to use and work under win, osx and linux. Screentoaster support uploading to youtube too. It's possible to confine the recording area so that it just captures the emulator's display.

The only downside is that I haven't been able to find a screencast webapp that hides the mouse cursor.

Edit: Apparently ScreenR is osx and win only.

junkdog
  • 855
  • 7
  • 8
2

This Free Screen Video Recorder is also ok: http://www.dvdvideosoft.com/products/dvd/Free-Screen-Video-Recorder.htm

Cristiano
  • 3,099
  • 10
  • 45
  • 67
2

You can take screenshots via DDMS, but I belive to record video off the emulator you will have to use something else, I personally use Jing and then just edit the video. To take screenshots of a real device it needs to be rooted, im guessing video capture requires it too.

blindstuff
  • 18,298
  • 10
  • 47
  • 48
  • A correction about screenshots: some devices with Android 2.3 (at least) support screenshots natively, to take one you have to press Power+Home. I've seen it on Samsung Galaxy S2 and LG Optimus. And in ICS this was added to Android itself. The support I've seen on 2.3 lacks one thing though: you can't take a shot while holding down some button on the screen. – lapis Dec 11 '11 at 09:30
  • This is correct, when I posted my answer 2.3 wasnt on the map. Thanks for the correction – blindstuff Dec 12 '11 at 03:35
  • Nice software jing good ui and quick – UnderGround Jul 11 '13 at 10:40