how to install ffmpeg on a wampserver (windows 7)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to install ffmpeg on a wampserver (windows 7)

    does anyone know how to install ffmpeg on a wampserver in a windows 7 operating system?

    #2
    Try the following steps.

    Download ffmpeg_new from here: ffmpeg-php extension - Browse Files at SourceForge.net
    Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext
    Copy files from common to the windows/system32 folder
    Add extension=php_ffmpeg.dll to php.ini file ( \apache...php.ini )
    Restarted all services (Apache, PHP...)
    And enable "extension=php_ffmpeg.dll" directive in your php.ini.

    Comment

    Working...
    X