I am trying to show only thumbnail of a video on jsp page without downloading video. Can anyone tell me is this possible or not? Or if possible what is solution for that?
Asked
Active
Viewed 131 times
1
-
https://stackoverflow.com/questions/20075875/how-to-set-the-thumbnail-image-on-html5-video Refer this like this may help you – John Rajan Jan 05 '18 at 07:02
-
Thanks It's worked.... – Jan 05 '18 at 07:24
1 Answers
0
Hi, If you already have posters of videos and you just want to show it in you jsp page then you should follow the link mentioned in comment by '@user3151627'. But if you want to create a thumbnail image directly from URL then you can use library like FFmpeg etc. For this please have a look on the below link:
https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video
Hope you find it helpful..Thanks!!

Chetan Singh Samant
- 40
- 9
-
No need to say thanks buddy..I hope I point you to right direction :) – Chetan Singh Samant Jan 05 '18 at 07:40