简体   繁体   中英

How to upload a video through PHP, and transcode it via FFmpeg

Currently I am building a video streaming platform and I need a way to upload my videos, through multiple resolutions to my Wowza server. I am currently running Ubuntu with Nginx, PHP and Wowza so I want to be able to, when the user uploads the video, encode it to 1080p, 720p, 480p, and 360p. How would I do this?

You could take a look at the free, open source Video Share VOD solution that can manage video uploads, conversions to multiple formats. You could customise that to add more formats as necessary. It installs easily with WP framework, requires PHP and FFMPEG on server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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