You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PHP package provides bindings to AV libraries (including AVCodec and AVFilter) for encoding, transcoding, and manipulating audio and video.
7
-
6
+
PHP AV Libraries provides FFI bindings to AV libraries (including AVCodec and AVFilter) for encoding, transcoding, and manipulating audio/video streams.
8
7
9
8
## Requirements
10
9
11
-
- PHP 8.4 or higher with FFI extension enabled
10
+
- PHP ≥ 8.4 with FFI extension enabled
11
+
- Linux (Windows and macOS support planned for future releases)
Make sure the installed version is 7.1.1. If your package manager provides an older version, consider building FFmpeg manually from source.
110
153
EOT,
111
-
default => "Please install FFmpeg (version 7.x or higher) and ensure the development libraries (headers and shared libs) are available on your system. See https://ffmpeg.org/download.html for instructions."
154
+
default => "Please install FFmpeg (version 7.1.1) and ensure the development libraries (headers and shared libs) are available on your system. See https://ffmpeg.org/download.html for instructions."
0 commit comments