ltetzlaff / video-to-images

๐Ÿ› โš™Utility to convert ๐ŸŽž๐Ÿ”œ๐Ÿ–ผ๏ธ

Home Page:https://www.npmjs.com/package/video-to-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-to-images

Build Status

code style: prettier

This project uses ffmpeg-static (static binaries of ffmpeg) and is thus licensed under GPL.

Setup (in ./)

Install NodeJS

Download

Fetch dependencies

npm install

Dev (in ./)

Typescript builds are automatic and watch for file changes:

npm run build

or run this to build only once:

npm run buildOnce

Building, Linting, Formatting, Testing:

npm test

Contribution

  • use git pull --rebase in favor of regular pull, i recommend configuring it globally via:
    git config --global pull.rebase true

About

๐Ÿ› โš™Utility to convert ๐ŸŽž๐Ÿ”œ๐Ÿ–ผ๏ธ

https://www.npmjs.com/package/video-to-images

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%