commit | 5fb70bf301ec2ff6a05cff1d880cb9640f599929 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu May 24 12:29:46 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 24 12:29:46 2012 -0400 |
tree | 1c69b90c2d69aefd1c11a5466134e429b3cc937d | |
parent | e68fd10f87deb99bb3a9a16b0734f9c6d1a6e529 [diff] |
Add screen recorder tool This commit adds a new, built-in screen recorder tool. The tool UI is still very simple, start with mod-r and stop it again with mod-r. The recording is written to capture.wcap, in a simple run-length encoded adhoc format. The wcap-decode tool can be used to extract a single frame from the capture, for now, but the plan is to hook this up to libvpx and generate webm output.