https://github.com/7244/pixfconv
Pixel Format Converter
https://github.com/7244/pixfconv
Last synced: 2 months ago
JSON representation
Pixel Format Converter
- Host: GitHub
- URL: https://github.com/7244/pixfconv
- Owner: 7244
- License: mit
- Created: 2024-09-04T23:23:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T03:48:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T14:37:13.231Z (over 1 year ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixfconv
[](LICENSE)
pixfconv is pixel format convert library. Made for get better performance than ffmpeg's swscale.
## Features
- Fast.
### For usage look at [example](example)
### Building
1. If you are using c or cpp you can just directly include st or mt header and everything will work.
2. If you want to use pixfconv through another language, you can compile pixfconv ([check](pixfconv/compile/)) then load it from another language.
### Depends On
* st doesn't have dependence. mt requires a thread pool library.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.