Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedding a VLC player into a WPF application [closed]

Tags:

c#

wpf

vlc

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?

like image 527
Mizmor Avatar asked Dec 31 '12 16:12

Mizmor


2 Answers

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

Here is the tutorial.

like image 153
Flagbug Avatar answered Sep 28 '22 15:09

Flagbug


You'll want to use the VLC ActiveX plugin.

See also:

  • Using the VLC ActiveX control in WPF
  • How to embed vlc in my windows form application with c#
  • Walkthrough: Hosting an ActiveX Control in WPF
like image 45
Eugene Avatar answered Sep 28 '22 14:09

Eugene