Reputation: 9923
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
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