Ffmpeg-php Assembly details

Source: Internet
Author: User
Ffmpeg-php installation details ffmpeg is a processing audio and video Dongdong, ffmpeg-php is an extension of php to download 0.6.0 from the official website, in earlier versions, I tried not to install yuminstallffmpegffmpeg-devel. Otherwise, the configure will fail to install ffmpeg-formats and ffmpeg-php.

Ffmpeg is a processing of audio and video, and ffmpeg-php is an extension of php.

Go to the official website to download version 0.6.0. I have tried to install earlier versions.

Yum install ffmpeg-devel first

Otherwise, configure will fail.

After the ffmpeg-formats is installed, check whether it is successful.

Decompress the downloaded extension package, phpize,./configure, make

It will appear here

PIX_FMT_RGBA32 is not found. it is estimated that there will inevitably be a problem. it seems that the Alpha channel is not supported. run the following command:

: 1, $ s/PIX_FMT_RGBA32/PIX_FMT_RGB32/g

Replace PIX_FMT_RGBA32 with PIX_FMT_RGB32

And then try again.

Then modify php. ini, restart the server, and the ffmpeg stuff will appear in phpinfo. if not, the installation is not successful!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.