rjmccallumbigl / video-extensions-list

A comprehensive list of video file extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Extensions

A (comprehensive) list of video file extensions. This list of video extensions has lots of obscure, rarely used, and proprietary video formats. (Some of which share extensions with more common file formats. Ex. .ts) This list is more likely to cause false-positives than a less comprehensive list. (Like video-extensions by Sindre Sorhus)

Install

$ npm install --save video-extensions-list

Usage Example

const video = require('video-extensions-list');

console.log(video);

License

MIT ©️ Kenneth Sweezy

About

A comprehensive list of video file extensions.


Languages

Language:JavaScript 100.0%