Search found 20 matches

Go to advanced search

by stefo
20 Jun 2013 15:02
Forum: Web and scripting
Topic: How to configure scene video filter in ActiveX
Replies: 0
Views: 1206

How to configure scene video filter in ActiveX

Hello, I am using ActiveX control in Visual Studio (C#). I compiled VLC to unable unsecure options. I am using this code: string[] options1; options1 = new string[11]; options1[0] = ":dshow-vdev=Decklink Video Capture"; options1[1] = ":dshow-adev=none"; options1[2] = ":dshow...
by stefo
20 Jul 2009 09:49
Forum: VLC media player Feature Requests
Topic: activeX 1.0.0 unsafe option "xxx" has been ignored for secur
Replies: 2
Views: 880

activeX 1.0.0 unsafe option "xxx" has been ignored for secur

Hello, I have just installed the latest version of vlc player 1.0.0 (Goldeneye) I used version 0.8.6c before and everything worked OK. I am using VLCplugin 2 activeX in Visual basic to open and display input signal from Capture card. I am using following syntax (v is object of VLCplugin2): ReDim opt...
by stefo
17 Jul 2009 13:29
Forum: Web and scripting
Topic: vlc.1.0.0 activeX - problem with using capture card
Replies: 1
Views: 922

vlc.1.0.0 activeX - problem with using capture card

Hello, I have just installed the latest version of vlc player 1.0.0 (Goldeneye) I used version 0.8.6c before and everything worked OK. I am using VLCplugin 2 activeX in Visual basic to open and display input signal from Capture card. I am using following syntax (v is object of VLCplugin2): ReDim opt...
by stefo
16 Jul 2009 15:24
Forum: VLC stream-output (sout)
Topic: problem with converting to MPEG-1 format
Replies: 0
Views: 512

problem with converting to MPEG-1 format

Hello, I have just installed the latest version of VLC player (1.0.0 Goldeneye) and I have observed the problem with converting to MPEG-1 format. There are messages from VLC player: mux_ps info: Open avcodec error: cannot open encoder stream_out_transcode error: cannot find video encoder (module:any...
by stefo
16 Jul 2009 12:46
Forum: VLC media player for Windows Troubleshooting
Topic: Help with the snapshot subpicture
Replies: 2
Views: 478

Re: Help with the snapshot subpicture

hello,

I am also interesting to take a snaphot using activeX in Visual Basic, but I do not know hot to use it.
Can you publish your code?
Thanks a lot.

stefo
by stefo
26 Jan 2009 09:53
Forum: VLC stream-output (sout)
Topic: save as uncompressed avi file
Replies: 1
Views: 938

save as uncompressed avi file

Hello everybody, I am trying to save incoming video signal (as input of video card) save to uncompressed avi file. I tried syntax you can see below, but it is not want I really need. It seems as uncompressed format, but I can not be open in Windows media player. Also, I use VirtualDub or GraphEdit a...
by stefo
05 Jan 2009 13:41
Forum: Web and scripting
Topic: vlc dshow device name with VLCPlugin2
Replies: 1
Views: 4284

Re: vlc dshow device name with VLCPlugin2

I use following syntax in VB6 (save into MPEG-2 format ). Maybe it will help you. Private options1() As Variant ReDim options1(12) options1(0) = ":dshow-vdev=Hauppauge WinTV-HVR 713X BDA Analog Capture" options1(1) = ":dshow-adev=none" options1(2) = ":dshow-size=720x576"...
by stefo
21 Feb 2008 11:13
Forum: VLC stream-output (sout)
Topic: Multicast UDP stream - problem with saving
Replies: 0
Views: 589

Multicast UDP stream - problem with saving

Hello, I am using VLC player to watch UDP multicast stream . Sometimes I want to save this stream on local disc. I use following setting: ReDim options1(8) options1(0) = ":file-caching=600" options1(1) = ":sout=#transcode{vcodec=mp2v,vb=3072,scale=1,audio-sync,acodec=mp2a,ab=192,chann...
by stefo
09 Jan 2008 13:27
Forum: Web and scripting
Topic: problem with msvcrt.dll
Replies: 0
Views: 865

problem with msvcrt.dll

Hi everybody, I am using ActiveX (plugin2, 0.8.6.c) in VB6 . I am developing application to control my video card by dshow. My video card is Hauppauge HVR-1110. I am able to set up video card correctly, I can watch incoming signal to video card in VLC activeX. The problem will always appear after ce...
by stefo
11 Oct 2007 14:58
Forum: General VLC media player Troubleshooting
Topic: Directshow input using BlackMagic Intensity
Replies: 9
Views: 16299

Re: Directshow input using BlackMagic Intensity

Hi, Thank you for your advice. You were right. Now, it works with PAL input (I connected my set-top-box to video card), but there are some problems. I am using following command (as you mentioned) dshow:// :dshow-vdev="Decklink Video Capture" :dshow-adev="none" :dshow-chroma=&quo...
by stefo
09 Oct 2007 09:25
Forum: General VLC media player Troubleshooting
Topic: Directshow input using BlackMagic Intensity
Replies: 9
Views: 16299

Re: Directshow input using BlackMagic Intensity

Hello Monsu, I have just bought HDMI Blackmagic Intensity Pro card. I am trying to capture video input from a this card, but I am unsuccessfull. VLC player always displays only black window, I can not display a picture with BlackMagic logo and a text "No Video Input" at all. I am using fol...
by stefo
19 Jul 2007 15:13
Forum: General VLC media player Troubleshooting
Topic: IMAGE OUT problems with UDP Multicast
Replies: 2
Views: 796

Re: IMAGE OUT problems with UDP Multicast

hello,

I have mentioned problem only with UDP multicast stream.
Error occurs, not everytime, but very often.
I tried to create a image sequence from capture device and there was no problem with it.
Can you simulate this case.

Thank you in advance

Stefo
by stefo
19 Jul 2007 11:18
Forum: General VLC media player Troubleshooting
Topic: IMAGE OUT problems with UDP Multicast
Replies: 2
Views: 796

IMAGE OUT problems with UDP Multicast

Hello everybody, I have a problem with VLC. When I try to create a image sequence from UDP MULTICAST stream, the error dialog box ( with NTDLL.DLL)is very often displayed. This dialog box contains following informations. Error signature: AppName: vlc.exe AppVer.:0.8.6.0 ModName: ntdll.dll ModVer.:5....
by stefo
23 Mar 2007 15:12
Forum: VLC stream-output (sout)
Topic: SNAPSHOT problem with multicast stream
Replies: 6
Views: 1273

You were right.
The solution is the latest version (0.8.6.a) of VLC player.
Now, I can make a snapshot as a jpeg file.
Before, I used 0.8.6-test2a version.

Thank you for your help.

RADO :-)
by stefo
22 Mar 2007 11:20
Forum: VLC stream-output (sout)
Topic: SNAPSHOT problem with multicast stream
Replies: 6
Views: 1273

The size of png snapshot file is much higher than jpeg file. That is the reason why i want to use JPEG format for snapshot. I have no problem with snapshot (as jpeg file) when i play local file, rtsp stream or signal from capture device, only multicast stream. If there is no solution (maybe this tim...
by stefo
21 Mar 2007 14:45
Forum: VLC stream-output (sout)
Topic: SNAPSHOT problem with multicast stream
Replies: 6
Views: 1273

SNAPSHOT problem with multicast stream

It is not possible to make a snapshot as a jpeg file. There is a message debug : main debug: creating new input thread main debug: waiting for thread completion main debug: thread 4684 (input) created at priority 1 (input/input.c:265) main debug: `udp://@239.2.3.107:2314' gives access `udp' demux `'...
by stefo
20 Mar 2007 14:02
Forum: VLC stream-output (sout)
Topic: SNAPSHOT problem with multicast stream
Replies: 6
Views: 1273

SNAPSHOT problem with multicast stream

Hi,
I have a problem to make a snapshot when I play a multicast stream (e.g udp://@239.1.15.103:2314).
I can see the snapshot image in a specified directory, but its size is always 0 KB.

I don't know where the problem is.
Can anybody help me?

Thank in advance.

RADO :-)
by stefo
20 Mar 2007 14:01
Forum: VLC media player for Windows Troubleshooting
Topic: SNAPSHOT problem with multicast stream
Replies: 1
Views: 435

SNAPSHOT problem with multicast stream

Hi,
I have a problem to make a snapshot when I play a multicast stream (e.g udp://@239.1.15.103:2314).
I can see the snapshot image in a specified directory, but its size is always 0 KB.

I don't know where the problem is.
Can anybody help me?

Thank in advance.

RADO :-)
by stefo
20 Nov 2006 15:11
Forum: Web and scripting
Topic: ActiveX-Runtime error 5
Replies: 2
Views: 1488

You were right.
Now, it works.

Thank you very much.

:-) RADO
by stefo
20 Nov 2006 10:33
Forum: Web and scripting
Topic: ActiveX-Runtime error 5
Replies: 2
Views: 1488

ActiveX-Runtime error 5

Hello all, I would like to ask you for a advice. I'm using the activeX in my VB6 application. I want to play some videos by VLC player. For exemple : v.addTarget "C:\Program Files\VideoLAN\VLC\Bear.3gp", Null, VLCPlayListAppendAndGo, -666 v.play The code above works OK,but if I modify the ...

Go to advanced search