Location:
Search - avutil-49
Search list
Description: php语言编写,是php扩展包,压缩包中含有php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll等。功能:把用户上传的视频转化成.flv文件。-have : php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll
Platform: |
Size: 2727936 |
Author: 王政 |
Hits:
Description: omnet simulations, it uses an id l ansd server client to import any omnet tool for 802.11 and many other
Platform: |
Size: 33792 |
Author: magnivy |
Hits:
Description: 1.下载ffmpeg-php扩展包和ffmpeg.exe(刚开始我以为不需要这个,本地windows测试缺一不可),解压后有以下文件
avcodec-51.dll
avformat-51.dll
avutil-49.dll
php_ffmpeg.dll
pthreadGC2.dll
2. 将四个文件拷贝到windows/system32目录下
avcodec-51.dll, avformat-51.dll, avutil-49.dll, pthreadGC2.dll
3.将php_ffmpeg.dll拷贝到php的ext目录下。
4. 然后需要到apache/bin文件下找到php.ini文件下允许使用dll文件加入extension=php_ffmpeg.dll 并确保这三个都是开启状态 extension=php_gd2.dll, extension=php_gettext.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_ffmpeg.dll
5.重启apache,输出phpinfo();方法查看环境配置,如看到以下信息则说明扩展安装成功。(1. download the ffmpeg-php extension package and ffmpeg.exe (I just started to think that you don't need this, the local windows test is all right), after unzip there are the following files
Avcodec-51.dll
Avformat-51.dll
Avutil-49.dll
Php_ffmpeg.dll
PthreadGC2.dll
2. copy four files to the windows/system32 directory
Avcodec-51.dll, avformat-51.dll, avutil-49.dll, pthreadGC2.dll
3. copy php_ffmpeg.dll to the EXT directory of PHP.
4., then we need to find the php.ini file under the apache/bin file, allowing DLL files to be added to extension=php_ffmpeg.dll, and make sure that these three are open states extension=php_gd2.dll, extension=php_gettext.dll.
Extension=php_gd2.dll
Extension=php_gettext.dll
Extension=php_ffmpeg.dll
5. restart Apache, output phpinfo (); method to view the environment configuration, and if you see the following information, the expansion installation is successful.)
Platform: |
Size: 60617728 |
Author: sdhd |
Hits:
Description: 第一步:下载php_ffmpeg扩展,环境文件下载,确保包含以下文件;
1
2
3
4
5
avcodec-51.dll
avformat-51.dll
avutil-49.dll
php_ffmpeg.dll
pthreadGC2.dll
第二步:安装php_ffmpeg环境;
将四个文件(avcodec-51.dll, avformat-51.dll, avutil-49.dll, pthreadGC2.dll)复制到windows/system32目录下,
将php_ffmpeg.dll拷贝到php的ext目录下。
第三步:修改php.ini加入扩展;
将php_ffmpeg.dll复制到php的ext文件夹(在php安装目录)下,找到php.ini文件,加入extension=php_ffmpeg.dll,并确保以下扩展是打开的:(The first step: download the php_ffmpeg extension, download the environment file, ensure that the following files are included;
One
Two
Three
Four
Five
Avcodec-51.dll
Avformat-51.dll
Avutil-49.dll
Php_ffmpeg.dll
PthreadGC2.dll
The second step: install the php_ffmpeg environment;
Copy four files (avcodec-51.dll, avformat-51.dll, avutil-49.dll, pthreadGC2.dll) to the windows/system32 directory,
Copy php_ffmpeg.dll to the EXT directory of PHP.
The third step: modify the php.ini to add the extension;
Copy the php_ffmpeg.dll to the EXT folder of PHP (in the PHP installation directory), find the php.ini file, add extension=php_ffmpeg.dll, and ensure that the following extensions are opened.)
Platform: |
Size: 21903360 |
Author: sdhd |
Hits: