# vidcap

> koma video capture.

Latest version **3.0.2** (published 2014-10-09) · BSD license · 0 weekly downloads

## Install

```sh
npm install vidcap
pnpm add vidcap
yarn add vidcap
bun add vidcap
```

Provides the command `vidcap`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.2 |
| Published | 2014-10-09 |
| First published | 2013-11-13 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Fujisawa Shin |
| Maintainers | fnobi |

## Links

- npm: https://www.npmjs.com/package/vidcap
- npm.io page: https://npm.io/package/vidcap

## Dependencies (7)

- [async](https://npm.io/package/async.md) ~0.2.10
- [colors](https://npm.io/package/colors.md) ~0.6.1
- [toichi](https://npm.io/package/toichi.md) ~0.3.4
- [optimist](https://npm.io/package/optimist.md) ~0.5.2
- [recursive-fs](https://npm.io/package/recursive-fs.md) ~0.1.3
- [console-table](https://npm.io/package/console-table.md) ~0.1.2
- [fluent-ffmpeg](https://npm.io/package/fluent-ffmpeg.md) ~1.5.2

## Recent versions

- 3.0.2 (latest) — 2014-10-09
- 3.0.1 — 2014-10-09
- 3.0.0 — 2014-03-20
- 2.0.1 — 2014-03-11
- 2.0.0 — 2014-03-11
- 1.1.0 — 2014-03-10
- 1.0.0 — 2014-03-10
- 0.0.0 — 2013-11-13

## README

vidcap
======

koma video capture.

## install
```
npm -g install vidcap
```

## usage
```
# write movie captures
vidcap path/to/movie.mp4

# with interval & capture size
vidcap -i 5 -s 300x200 path/to/movie.mp4

# check captures
ls movie.vidcap

# convert movie to sprite
vidcap path/to/movie.mp4 -f sprite

# convert movie to gif animation
vidcap path/to/movie.mp4 -f gif
```

---
_Source: https://npm.io/package/vidcap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
