Deprecation Notice: This library will be replaced with the AV library in a future update.
A PHP wrapper around the libvpx codec using FFI, providing tools for encoding and decoding VP8/VP9 video streams for WebRTC applications.
- VP8 and VP9 video codec support
- Encode raw YUV frames to VPX
- Decode VPX streams to raw frames
- FFI bindings to libvpx
- PHP ≥ 8.4 with FFI extension enabled
- libvpx development libraries
- Linux environment (Windows/macOS support planned)
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
-
Amin Yazdanpanah
- Website: aminyazdanpanah.com
- Email: github@aminyazdanpanah.com
-
Sana Moniri
Found a bug? Please report it on our issues.
BSD 3-Clause License. See LICENSE for details.