user380719
user380719

Reputation: 9923

is it possible to get a frame from a video

Using WPF, is it possible to access a video frame by frame. Ideally, given a video file and time, one would get an ImageSource.

Is it possible ?

Upvotes: 2

Views: 761

Answers (1)

Shamit Verma
Shamit Verma

Reputation: 3827

You can capture frames with this library : http://videorendererelement.codeplex.com/

System should have proper codecs for that particular video format (E.g. DivX).

Upvotes: 2

Related Questions