Movie to Thumbnail

  • Thread starter Thread starter db
  • Start date Start date
D

db

In explorer you can change the view setting to thumbnails, and you get
thumbnails even from movies.

I want to do the same from a dotnet project. I want to create 'on the fly'
thumbnails from some mpg movies, but I don't know if that's possible with th
dotnet framework. Who can help me with this?
 
On the pocket pc, I would extract the first frame of the movie, decode
it and display it in a picture viewer. It would be easier with mjpeg
format, since each frame is encoded using jpeg compression.

Hope it helps,

Alexandre Brauner
www.bistia.com
 
Back
Top