I want to show a list of videos on my website. For this I want to a show video thumbnail in a list and on click of that thumbnail I will play video. My question is, is there any way to get first frame/thumbnail of a video? I am using asp.net MVC and C#.
I cannot use ffmpeg because I cannot run other executables in the Azure account/role I have chosen.