how to generate video thumbnail in node.js?

前端 未结 6 979
不知归路
不知归路 2020-12-15 10:31

I am building an app with node.js, I successfully uploaded the video, but I need to generate a video thumbnail for it. Currently I use node exec to execute a system command

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-15 11:12

    Resize by adding a -s widthxheight option to your command.

提交回复
热议问题