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.
- Host: GitHub
- URL: https://github.com/obsius/pixel-motion-splitter
- Owner: obsius
- Created: 2019-06-09T23:27:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:46:40.000Z (over 3 years ago)
- Last Synced: 2025-09-17T18:07:28.943Z (9 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.