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

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.

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/)