[Vuejs]-Which npm package can get video information

0๐Ÿ‘

โœ…

There is an npm package ffmpeg

It can get meta from the video. Here is how โ€“ https://www.npmjs.com/package/ffmpeg#the-video-object

2๐Ÿ‘

I would try doing it myself like shown in this Stackoverflow article. In my opinion an npm package would be overkill.

Leave a comment