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...
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...
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...
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...
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...
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"...
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...
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...
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...
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...
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.
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....
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.
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...
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 `'...
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?
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?
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 ...