Creating Thumbnails for Video file(wmv)

  • Thread starter Thread starter Sham
  • Start date Start date
S

Sham

Hai

I want to create a thumbnail image from a video file by using c#, which
is used to display a video file. Can anyone tell about this.
 
Hai

    I want to create a thumbnail image from a video file by using c#,which
is used to display a video file. Can anyone tell about this.

We've done it using 3-rd party controls. Not positive, but the vendor
name was Pegasus or something similar. We were taking the first frame,
but it was not always goo so we included some logic to scroll forward
a few frames to grab one for a thumbnail.
 
Back
Top