Create video thumbnail using ffmpeg/mplayer

Create thumbnail with ffmpeg

To create thumbnail from video using ffmpeg, use

Here

HH:MM:SS = replace with time where you want to take screen shot.

1.jpg = is the tumbnail image generated.

Create thumbnail with mplayer

METHOD 1

-ss = you can specify time in seconds or in hh:mm:ss format.

-frames 2 = create 2 thumbnails with name 00000001.jpg and 00000002.jpg

-ss 0:8:0 = thumbnail from 8th minutes

METHOD 2

Create thumbnail with avconv

This will create thumbnail 1.jpeg from video.

-ss 00:01:00 – Time from where image is taken.

See ffmpeg

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *