https://github.com/reubn/upvc
macOS tool to extract frames from video. Alpha channel supported.
https://github.com/reubn/upvc
alpha alpha-channel extract-frames frames h265 hacktoberfest hevc macos memoji swift video yuva420p
Last synced: 6 months ago
JSON representation
macOS tool to extract frames from video. Alpha channel supported.
- Host: GitHub
- URL: https://github.com/reubn/upvc
- Owner: reubn
- Created: 2020-11-24T17:07:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T21:54:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T23:45:47.358Z (8 months ago)
- Topics: alpha, alpha-channel, extract-frames, frames, h265, hacktoberfest, hevc, macos, memoji, swift, video, yuva420p
- Language: Swift
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uPVC - extract frames from video 🪟
macOS tool to extract frames from video. Supports alpha channel. `16-bit RGBA PNG` output.
## Usage
```bash
./uPVC ./videofile.mov 3 # output every 3rd frame=> ./videofile/frame-0.png.....frame-1650.png
```## License
[MIT](https://choosealicense.com/licenses/mit/)