5

I am interested in embedding a VLC player into a WPF application. It is to be used as a quality control tool where the user can watch a movie, pause, and move to different frames in order to get a good idea of how the movie looks. Most of these will be MP4 files, but with a few .MOV files. (Hence the need for VLC) Does anybody know where to start? I have seen the activex page and am thinking that would be the best way to go. Does anyone have any insights or a link to a good guide?

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Mizmor
  • 1,391
  • 6
  • 21
  • 43

2 Answers2

8

Take a look at VideoLan DotNet, they have VLC controls for WPF and Winforms.

Here is the tutorial.

Jérémie Bertrand
  • 3,025
  • 3
  • 44
  • 53
Flagbug
  • 2,093
  • 3
  • 24
  • 47
6

You'll want to use the VLC ActiveX plugin.

See also:

Community
  • 1
  • 1
Eugene
  • 10,957
  • 20
  • 69
  • 97