quasarstream / vpx
A PHP wrapper around the libvpx codec using FFI, providing tools for encoding and decoding VP8/VP9 video streams for WebRTC applications.
Fund package maintenance!
php-webrtc
Requires
- php: ^8.4
- ext-ffi: *
- quasarstream/exception: ^1.0
- quasarstream/mixin: ^1.0
Requires (Dev)
- phpunit/php-code-coverage: 11.0.x-dev
- phpunit/phpunit: ^11.3
This package is auto-updated.
Last update: 2025-05-12 21:02:58 UTC
README
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.
Features
- VP8 and VP9 video codec support
- Encode raw YUV frames to VPX
- Decode VPX streams to raw frames
- FFI bindings to libvpx
Requirements
- PHP ≥ 8.4 with FFI extension enabled
- libvpx development libraries
- Linux environment (Windows/macOS support planned)
Documentation
This package is part of the PHP WebRTC library. For complete documentation, examples, and API reference, visit:
Credits
Authors
-
Amin Yazdanpanah
- Website: aminyazdanpanah.com
- Email: github@aminyazdanpanah.com
-
Sana Moniri
Reporting Issues
Found a bug? Please report it on our issues.
License
BSD 3-Clause License. See LICENSE for details.