Search found 2 matches

Go to advanced search

by nithinjadhav
23 Jun 2010 14:04
Forum: VLC stream-output (sout)
Topic: How to add snapshot-path for c#
Replies: 0
Views: 2001

How to add snapshot-path for c#

hi all, im using vlc<0.8.6c>.. the following code to play the video in c# .. AxAXVLC.AxVLCPlugin vlc = new AxAXVLC.AxVLCPlugin(); vlc.addTarget(url, ":sout=#duplicate{dst=display}", AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo, -666); vlc.play(); and the following code to capture snapshot ...
by nithinjadhav
21 May 2010 08:06
Forum: Web and scripting
Topic: VLC ActiveX,Snapshots & C# :D
Replies: 8
Views: 17243

Re: VLC ActiveX,Snapshots & C# :D

Hi, you can use this method to capture the image.. and the image is saved in default directory ( ..\myDocuments\pictures\ ) private void Button1_Click(object sender, EventArgs e) { axVLCplugin1.setVariable("key-pressed", vlc.getVariable("key-snapshot")); } But can any one please ...

Go to advanced search