Alternative to ffmpeg for dynamically creating video thumbnails

后端 未结 5 884
萌比男神i
萌比男神i 2021-01-03 04:40

The server hosting my website doesn\'t have ffmpeg and I am not allowed to install any additional extensions. Is there any other way I can make video thumbnails dynamically?

5条回答
  •  -上瘾入骨i
    2021-01-03 05:24

    Do it in the browser with HTML5's video tag and canvas: https://gist.github.com/adamjimenez/5917897

提交回复
热议问题