kapouer / url-inspector

Get metadata about any url
MIT License
28 stars 8 forks source link

get thumbnail from video files using ffmpeg #9

Open kapouer opened 7 years ago

kapouer commented 7 years ago

It should be fairly easy to launch ffmpeg as streat do with exiftool and get a thumbnail asap, like with https://github.com/mgmtio/video-thumbnail-extractor/blob/master/lib/index.js

kapouer commented 7 years ago

Also ffmpegthumbnailer surely has some insights.