使用PHP将视频文件转换为mp4、flv、webgl、webm、ogv等
是否有任何可用的函数或脚本允许将视频(在文件夹中或上传时)转换为不同的 filytype,以便可以在所有类型的系统中查看它们?
我知道 youtube 这样做是为了让 HTML5 兼容浏览器不会观看文件的 Flash 版本。
我从哪里开始学习这个?
are there any functions or scripts available that allows for a video (either in a folder or on upload) to be converted to different filytypes so that they may be viewed in all types of systems?
I know youtube does this so that HTML5 compatible browsers don't watch flash versions of the files.
Where do I start learning this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
研究一下 ffmpeg 和 php。
或者从这里购买一个库
,非常好的教程这里实际上!
Look into ffmpeg and php.
Or purchase a library from here
pretty nice tutorial here actually!
您可以使用 FFMPEG 类。包括视频转换器、屏幕截图、视频和音频比特率等。点击此处下载
You can use FFMPEG class. Includes video converter, screen capture, video and audio bit rate, etc. click here to download