0

Need it to work in WPF Basically I am showing a list of all vide files in a list control and I want a image frame or thumbnail if you will was wondering how explorer does it ?

Xearinox
  • 3,224
  • 2
  • 24
  • 38
Rahul
  • 2,194
  • 4
  • 31
  • 46

1 Answers1

0

it probably does what you expect: it reads some of the file, uses the appropriate codec to decode some video, and then creates an image from one or more frames.

John Gardner
  • 24,225
  • 5
  • 58
  • 76