Home > php教程 > php手册 > body text

php使用memcoder将视频转成mp4格式的方法

PHP中文网
Release: 2017-03-24 09:55:46
original
3455 people have browsed it

本文实例讲述了php使用memcoder将视频转成mp4格式的方法。分享给大家供大家参考。具体实现方法如下:

";
$command = "mencoder $input -o $output -af volume=10 -aspect 16:9 -of avi -noodml -ovc x264 -x264encopts bitrate=500:level_idc=41:bframes=3:frameref=2: nopsnr: nossim: pass=1: threads=auto -oac mp3lame";
echo "$command
"; shell_exec( $command ); echo "Converted
"; } ?>
Copy after login

希望本文所述对大家的php程序设计有所帮助。

相关文章:

PHP实现将视频转成MP4并获取视频预览图的方法

PHP+FFMPEG实现将视频自动转码成H264标准Mp4文件

php下载flv文件或者mp4文件无法播放

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Latest issues
Popular Tutorials
More>
Latest downloads
More>
web effects
Website source code
Website materials
Front end template
About us Disclaimer Sitemap
PHP Chinese website:Public welfare online PHP training,Help PHP learners grow quickly!