0:03
uh hello guys welcome to this video so
0:05
in this video I will show you a new tool
0:08
that I deployed on my website
0:11
uh this tool allows you to extract all
0:14
the thumbnails from a video
0:18
so it will extract uh let's suppose this
0:21
is a tool here video thumbnail extractor
0:25
uh so I've deployed this i've also given
0:27
the link in the description of this
0:29
video so what this tool does you first
0:31
of all actually select your video and
0:35
after that it will construct the
0:37
timeline of this so it's developed using
0:40
ffmpg web assembly library directly in
0:42
the browser using HTML CSS and
0:45
JavaScript and using this timeline here
0:47
you can control the starting duration
0:49
and the ending duration
0:51
and let's suppose I select this and now
0:54
we have this section how many frames you
0:56
want to extract one frame per second or
1:00
five frames per second so I will say
1:02
five frame per second and you can even
1:05
control the quality of the image
1:08
from this drop down here so if I say
1:10
high quality high quality image will be
1:12
extracted and then we have this button
1:15
here of extract thumbnails as soon as
1:18
you do this FMPPG web assembly will
1:20
start processing this video and it will
1:23
start pro uh extracting all the
1:26
thumbnails so if you open the console
1:28
here so the processing will start
1:33
and then it will extract all the
1:40
and then it will display those
1:42
thumbnails right here you will see it
1:44
will show you nice little progress bar
1:52
so it will extract five thumbnails per
1:55
second of this video and once it is
1:58
completed it will show you all the
2:00
thumbnails with a download button so
2:02
that you can download the it is very
2:06
much helpful in those situations if you
2:08
want to construct a thumbnail for a
2:10
video then this this tool will be very
2:15
because it will actually extract
2:18
all the thumbnails here
2:21
sometimes the memory issue can be there
2:23
so let me just select
2:40
So the link is given in the description
2:43
you can try this tool before purchasing
2:44
it so you will get this index.html file
2:47
all the precom binaries of ffmppg have
2:50
compiled it into a single folder as you
2:53
can see all these binaries are present
2:55
right here fmpg web assembly this is a
2:59
single index.html file here this is the
3:02
overall code here which is 573 lines of
3:05
code and you can run this locally
3:10
as well so again you select the video
3:34
and then it will generate these
3:35
thumbnails here you will see that
3:38
sometimes it actually doesn't work due
3:40
to memory issue so now you can see it is
3:42
perfectly working you simply select a
3:45
video after that it will construct the
3:50
let's suppose five frame per second and
3:52
image quality high so once again it will
3:55
now generate five thumbnails here you
3:57
can see it generated all these
3:59
thumbnails frame by frame so
4:05
all these images are high resolution
4:07
images so you have the download button
4:09
as soon as you click the download button
4:13
so you can try out this tool uh so as
4:15
you can see it generated the thumbnails
4:24
you can try this uh the link is given in
4:28
the description of this video of this
4:29
tool if you are interested then you can
4:32
purchase it this will be the directory
4:35
structure you will get
4:38
so thank you very much for watching this