简体   繁体   English

使用php和ffmpeg将任何格式的视频转换为mp4

[英]Convert video of any format to mp4 using php and ffmpeg

After doing some online searches, I found out that ffmpeg is the best way to convert any video format to mp4. 在进行一些在线搜索后,我发现ffmpeg是将任何视频格式转换为mp4的最佳方法。 How can I install the ffmpeg and ffmpeg-php extensions on my dedicated server? 如何在专用服务器上安装ffmpeg和ffmpeg-php扩展?

You can use following commands to install FFMPEG & codec libraries: 您可以使用以下命令来安装FFMPEG和编解码器库:

sudo apt-get install ffmpeg sudo apt安装ffmpeg

sudo apt-get install libavcodec-unstripped-52 须藤apt-get install libavcodec-unstripped-52

I am not sure of the php extensions. 我不确定php扩展名。

Regards, Vibgyor 问候,Vibgyor

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM