Meteor-CollectionFS
Meteor-CollectionFS copied to clipboard
How to create thumbnails of videos?
This is how it's done with ffmpeg: ffmpeg -i video.mp4 -vf "thumbnail,scale=640:360" -frames:v 1 thumb.png How can I do this with the read and write streams?
Hello Mate, Any solution? If yes can you please share it.