Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use screen dimensions as default video size | Andy McFadden | 2013-08-02 | 1 | -12/+49 |
| | | | | | | | | | | | | | | Instead of 720p, use the screen dimensions as the default video size. For example, a phone with a 768x1280 display would be recorded as a 768x1280 video when in portrait, or a 1280x768 video when in landscape. If the device is not able to record at that resolution, we fall back to 720p. Also, fixed a problem introduced by a buffer timestamp change. Change-Id: I7230ddb323c669ab07327f26df8d103c192c21d3 | ||||
* | Prototype screen recording command | Andy McFadden | 2013-07-23 | 2 | -0/+606 |
This records the screen contents as a movie. It works by feeding the output of a virtual display to the video/avc encoder. Recording continues until Ctrl-C is hit. Video only, no sound. Does not track screen rotations. Change-Id: I91d5c4e781792c740699b7a83590e846295b3617 |