An open API service indexing awesome lists of open source software.

https://github.com/obsius/pixel-motion-splitter

Utility tool to split Android motion images.
https://github.com/obsius/pixel-motion-splitter

Last synced: about 2 months ago
JSON representation

Utility tool to split Android motion images.

Awesome Lists containing this project

README

          

# Pixel Motion Splitter
Split pixel motion files into the image and video parts.

## Usage
```bash
index.js

babel-node -- src/index.js

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](https://opensource.org/licenses/MIT) license.