1.0.0 • Published 5 years ago

pixel-motion-splitter v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Pixel Motion Splitter

Split pixel motion files into the image and video parts.

Usage

index.js <src-path> <dest-path>

babel-node -- src/index.js <src-path> <dest-path>

npm start

Structure

The MVIMG format is the end of image segment at the end of a JPEG image with mp4 video data after. It's as simple as splitting these two apart.

Contributing

Feel free to make changes and submit pull requests whenever.

License

Pixel Motion Splitter uses the MIT license.