How to create thumbnail from video ?

The_Small_k

The_Small_k

@the-small-k Oct 26, 2024
Hello friend's
I am working on a project where i have to create a thumbnail from a video so that i can hint the user that what does this video contain.

Any idea how can i write the algorithm for this ?

If any library is available please suggest me i am using java to code this.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Feb 1, 2015

    You can use FFMPEG

    #-Link-Snipped-#

    FYI: FFMPEG is a linux library, you can install it using following command
    yum install ffmpeg