Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Frame Video in Device Art from Android Studio Screen Record

In Android Studio we can both capture and record screen on our devices. When capturing the screen we have the option to directly frame our screenshot in device art or use online tool http://developer.android.com/distribute/tools/promote/device-art.html

When Recording Screen there is no option to frame it in device art and Google don't seem to provide any online option either.

What would be the fastest and easiest way for developers that want to showcase their screen recording in a frame from device art where a new video is created where device art is wrapped around our screen recording.

Give away your best tip. I would love a fast, free online service that solves this and guess there is one out there.

like image 510
Mathias Asberg Avatar asked Aug 27 '14 09:08

Mathias Asberg


1 Answers

I've spent a substantial amount of time researching, but could also not find a service for it.

I have however written a guide for how to record screen, add device frame and convert to gif, which you can find here: http://appdictive.dk/blog/how-to/2015/04/20/google_plus_gif/

The short version of it is:

  1. Record screen
  2. Get Device frame picture
  3. Use Photoshop or other video editing software to add the frame as static picture to the video (guide briefly shows how to do this in Photoshop).

Hope this helps others searching for a solution to this as well.

like image 116
Jesper Lysgaard Rasmussen Avatar answered Nov 13 '22 20:11

Jesper Lysgaard Rasmussen