I'm using this pluging to open a file video and just now it's all ok! This is the code to open a file: this.axVLCPlugin1.play(); this.axVLCPlugin1.addTarget(openFileDialog1.FileName, null, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo, -666); So where is the problem? I need to save images generated ...