Add dynamic video content (YouTube like) (PHP)

前端 未结 8 2333
暖寄归人
暖寄归人 2020-12-18 12:31

I\'m looking to setup video uploads for users on a site and want to have them viewed through a Flash player. The site is already partially built (by someone else) and I\'m w

8条回答
  •  误落风尘
    2020-12-18 13:22

    In adition to Daniels answer, I recommend you to check ffmpeg-php, is a wrapper library for PHP that adds an object-oriented API for accessing and retrieving information from video and audio files using ffmpeg.

    You can do a lot of things, from converting between formats, get video frame images for thumbnails and more in an easy way...

提交回复
热议问题