simp/video-php

This package uses static build ffmpeg under GNU licence to process videos in linux php installation

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/simp/video-php

v1.0.3 2025-12-10 16:31 UTC

This package is not auto-updated.

Last update: 2025-12-11 15:32:41 UTC


README

A PHP application designed to handle video processing tasks by leveraging static FFmpeg binaries.

Overview

This project provides a structure for working with video files using PHP. It includes a mechanism to automatically detect the system architecture and utilize the appropriate static FFmpeg and FFprobe binaries for video manipulation and analysis.

Features

  • Architecture Detection: Automatically detects the operating system architecture (e.g., x86_64, arm64, armv7l) to select the compatible binary.
  • Static Binaries: Designed to work with self-contained FFmpeg binaries, reducing the need for system-wide FFmpeg installation.

Requirements

  • PHP 8.5
  • Lando (recommended for local development)
  • Composer

Getting Started

Installation

1Install dependencies:

composer require simp/video-php