Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates README file #12

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# LICEcap
_simple animated screen captures_

![licecap demo animation](/docs/licecap_rules.gif)

LICEcap can capture an area of your desktop and save it directly to .GIF (for viewing in web browsers, etc) or .LCF (see below).

LICEcap is an intuitive but flexible application (for Windows and now OSX), that is designed to be lightweight and function with high performance.

LICEcap is easy to use: [view a demo](/docs/how_to_licecap.gif) (output is [here](/docs/demo2.gif)).

In addition to .GIF, LICEcap supports its own native lossless .LCF file format, which allows for higher compression ratios than .GIF, higher quality (more than 256 colors per frame), and more accurate timestamping. If you record to .LCF, you can play back the .LCF files within [REAPER](http://www.reaper.fm) (and/or use it to convert to .gif or another video format).

## License ##

LICEcap is GPL free software, each download package includes the source.

## Features and Options ##

* Record directly to .GIF or .LCF.
* Move the screen capture frame while recording.
* Pause and restart recording, with optional inserted text messages.
* Global hotkey (shift+space) to toggle pausing while recording
* Adjustable maximum recording framerate, to allow throttling CPU usage.
* Basic title frame, with or without text.
* Record mouse button presses.
* Display elapsed time in the recording.

## Requirements ##

* For Windows: Windows XP/Vista/7 (might work with reduced functionality on other versions)
* For OSX: OS 10.4+ (10.6+ for full feature support), PPC or Intel (note: OS X support is still preliminary, some features are not supported)
* A reasonably fast CPU
* A healthy amount of RAM (1GB+, especially when encoding to LCF)

## Author and Original Source
This project was created by [Cockos Interactive](http://www.cockos.com), and is available on the web at the [official homepage](http://www.cockos.com/licecap/).

The original source code repository is available via git from the [cockos licecap git repository](http://www-dev.cockos.com/licecap/licecap.git)

Binary file added docs/demo2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/how_to_licecap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/licecap_rules.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.