D
D
Dokuro2015-10-30 10:59:17
PHP
Dokuro, 2015-10-30 10:59:17

FFMPEG analogue for PHP?

You need to use PHP to extract a screenshot from the video, and for example, find out the duration of the video.
Wanted to take FFMPEG. Yes, to put it ... So many dependencies.
// Not necessarily a PHP permission. It is possible something console (the server on a debian)
Is that? I, apart from how to pull a screenshot from a video (mp4, 3gp) and find out its duration, the bitrate is not necessary.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-10-30
@OnYourLips

exec('ffmpeg ...');
This approach is better than using extensions due to reliability: the error will not result in a segmentation fault.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question