dward / ffmpeg-php

Fork of FFMPEG PHP extension from SourceForge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFMPEG PHP extension

This project was originally released on sourceforge.net. This distribution includes patches applied by Townnews.com throughout the years to keep the extension operational.

It previously only worked with FFMPEG 1.2.12 or older but has been modified so that it compiles now against FFMPEG 3.4.0 (Cantor). This extension has been tested against:

  • PHP 5.6
  • PHP 7.2.6

Configuration

Some custom expansions on this version include support for setting some resource limits via INI:

; Load the PHP extension
extension=ffmpeg.so

; Maximum threads used for processing videos
ffmpeg.threads=1

; Memory allocation size in bytes
ffmpeg.max_alloc=67108864

About

Fork of FFMPEG PHP extension from SourceForge

License:GNU General Public License v2.0


Languages

Language:PHP 49.5%Language:C 46.0%Language:C++ 2.9%Language:M4 1.6%