使用php将上传的视频文件编码为.flv
我的平台是PHP JOOMLA MYSQL。我想将上传的不同格式的视频文件编码并加载为.flv。我希望在视频上传网站中实现此功能,用户可以在上传后在前端看到视频,而且我想在 mp4 和 flv 中为它们实现下载选项。如有任何帮助,我们将不胜感激,并提前感谢您对此给予良好的答复
My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv. I want this to implement in a video upload site where the users can see the videos in front-end after uploading and also I want to implement download options for them in mp4 and flv. Any help would be appreciated and thanks in advance to have a good reply for this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一旦视频上传到您的服务器,您就可以使用强大的 ffmpeg 对视频进行编码。
这是一个很好的 教程。
You can use the powerful ffmpeg to encode the videos once they're uploaded to your server.
And here's a nice tutorial.