pixfconv is pixel format convert library. Made for get better performance than ffmpeg's swscale.
- Fast.
For usage look at example
- If you are using c or cpp you can just directly include st or mt header and everything will work.
- If you want to use pixfconv through another language, you can compile pixfconv (check) then load it from another language.
- st doesn't have dependence. mt requires a thread pool library.
This project is licensed under the MIT License - see the LICENSE file for details.