Install FFMPEG on XAMPP

前端 未结 4 1531
情书的邮戳
情书的邮戳 2020-11-30 06:03

I have installed xampp 1.7.4 with php version 5.3.5 on windows xp. How to install ffmpeg in xampp with php 5.3.5 on windows xp?

4条回答
  •  粉色の甜心
    2020-11-30 06:57

    You can follow steps from here or do the following steps.

    1. Download ffmpeg from here: https://ffmpeg.org/download.html
    2. Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext
    3. Copy files from common to the windows/system32 folder
    4. Add extension=php_ffmpeg.dll to php.ini file ( \apache...php.ini )
    5. Restarted all services (Apache, PHP...)

    And enable "extension=php_ffmpeg.dll" directive in your php.ini.

提交回复
热议问题