Page 1 of 1

axVLCPlugin with c#

Posted: 03 Jul 2007 02:00
by satanax
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 from the streming's file. Someone can help me?

I've have italian version and if i open VLC under video i find "schermata", it's that i need. please HELP MEEEE!!!!

Re: axVLCPlugin with c#

Posted: 03 Jul 2007 03:04
by satanax
Perfect, i resolved with this

this.axVLCPlugin1.setVariable("key-pressed", this.axVLCPlugin1.getVariable("key-snapshot"));

but now there are two new problems: dimension and format

i need to save 1600x1200 jpg format instead of 672x384 png format