Search code examples
phpwindows-xpffmpegxampp

Install FFMPEG on XAMPP


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?


Solution

  • 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.