convert video to html5 compatible format (server side)

前端 未结 2 1474
我寻月下人不归
我寻月下人不归 2021-02-09 00:39

I want to create a website that plays videos uploaded by the users in html5 video.

How can I convert any video type on server side to WebM, OGG or MP4?

Is FFmpeg

2条回答
  •  鱼传尺愫
    2021-02-09 01:20

    Nice but your coding was a little off RED_ALERT user.

            

    ?>

    so basically your adding ffmpeg to a separate directory folder on your computer and not in wamp if you using wamp. You can than i'm assuming create a html document that srcs the video and shouldn't need video js. Of course you would need to know the path to the video and figure out a way to put the path from the msyql query into the php shell_exec command above.

    Here is another example which converts a wmv video into a mp4 video.

      &1");
    

    ?>

提交回复
热议问题