Reputation: 20224
There are so many ways to generate a thumbnail from a video, but I am wondering do they need to load the whole video?
As far as I can think, if I just want to extract the first frame in video and convert it into an image, it is no need to load the whole video.
But I also know that not every video format is stream-like. So is there a general way to generate a thumbnail from a video with the least cost?
PS: OS is linux and I want to use command line.
Upvotes: 2
Views: 3609