# video-extensions

> List of video file extensions

Latest version **2.0.0** (published 2024-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install video-extensions
pnpm add video-extensions
yarn add video-extensions
bun add video-extensions
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2024-04-30 |
| First published | 2015-05-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=18.20 |
| Dependencies | 0 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 59 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | extensions, extension, file, json, list, array, video, movie, mov, avi, mp4, mkv |

## Links

- npm: https://www.npmjs.com/package/video-extensions
- Repository: https://github.com/sindresorhus/video-extensions
- Homepage: https://github.com/sindresorhus/video-extensions#readme
- Issues: https://github.com/sindresorhus/video-extensions/issues
- Funding: https://github.com/sponsors/sindresorhus
- npm.io page: https://npm.io/package/video-extensions

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 2.0.0 (latest) — 2024-04-30
- 1.2.0 — 2021-06-05
- 1.1.0 — 2015-09-01
- 1.0.0 — 2015-05-18

## README

# video-extensions

> List of [video file](https://en.wikipedia.org/wiki/Video_file_format) extensions

*The list is just a [JSON file](video-extensions.json) and can be used anywhere.*

## Install

```sh
npm install video-extensions
```

## Usage

```js
import videoExtensions from 'video-extensions';

console.log(videoExtensions);
//=> […, 'webm', 'wmv']
```

## Related

- [is-video](https://github.com/sindresorhus/is-video) - Check if a filepath is a video file

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