F
F
fomenko_alexandr2017-12-23 21:51:45
PHP
fomenko_alexandr, 2017-12-23 21:51:45

How to install ffmpeg openserver php 7?

Hello masters
Please tell me how to install ffmpeg on openserver?
I downloaded the version for Windows from here https://ffmpeg.zeranoe.com/builds/ , checked it, registered it in environment variables, it starts normally from the console, but I can’t figure out further where to find php_ffmpeg.dll for my version of php in order to add it to extensions
I will be very grateful for hints

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Boris Korobkov, 2017-12-23
@BorisKorobkov

openserver

Oxymoron

B
Boris Syomov, 2017-12-24
@kotomyava

php_ffmpeg.dll is neither part of php nor part of ffmpeg. This is a separate php extension. You need to find somewhere the php-ffmpeg extension compiled for windows, and even for your version of php. It probably won't be realistic.
However, you probably don't need php-ffmpeg: Just call ffmpeg as an external program, and then use the results of its work in the form of files. For most tasks, this will even make more sense.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question