Search found 15 matches

Go to advanced search

by my_1998
14 Aug 2007 10:11
Forum: VLC media player Feature Requests
Topic: The Mute Icon is missing
Replies: 4
Views: 1098

Re: The Mute Icon is missing

hi j-b,

regarding the mute icon, is the mute function also apply to activeX.

since toggleMute in ActiveX is difficult to use.

when loading a video and start toggleMute function, toggleMute won't work until the video is completed loaded.
by my_1998
12 Aug 2007 04:59
Forum: Web and scripting
Topic: toggleMute Problem
Replies: 0
Views: 764

toggleMute Problem

Hi, I using VB6 and try to receive a stream from other PC, and use the following code VLCPlugin4.addTarget "udp://@239.20.30.40", Null, VLCPlayListInsertAndGo, -666 Then I try to mute the audio at the very beginning, so the next line is VLCPlugin2.toggleMute But it didn't work, the recivin...
by my_1998
08 Feb 2007 08:04
Forum: VLC media player for Windows Troubleshooting
Topic: video streaming cut first and last 2 seconds
Replies: 0
Views: 375

video streaming cut first and last 2 seconds

Hi,

I use VLC 0.8.5 (tried 0.8.6a as well), I found that when I steam my asf video file, the first 2 seconds and the last 2 seconds was cut in the client side (PC which receiving stream).

How to prevent it?
by my_1998
06 Jan 2007 03:37
Forum: Web and scripting
Topic: HELP! save video to 640x480
Replies: 0
Views: 935

HELP! save video to 640x480

can somebody help to tell me how to save video to 640x480 or 320x240.

the default size of my web cam is 640x480, but when I use ActiveX control, it only show 320x240.

Thanks
by my_1998
05 Jan 2007 06:35
Forum: Web and scripting
Topic: capture video ok in VLC media player but failed in ActiveX
Replies: 0
Views: 1175

capture video ok in VLC media player but failed in ActiveX

Hi, By vlc media play, I add parameters to video size by 640x480 It did capture a video with 640 x 480 but when I use ActiveX control, it come out to 320x240, the following is my paramter dshow:// :dshow-vdev="" :dshow-adev="" :dshow-size="320x240" Any thing wrong with ...
by my_1998
05 Jan 2007 03:24
Forum: VLC media player for Windows Troubleshooting
Topic: Saving .AVI movie with subtitles failure
Replies: 3
Views: 854

check subtitles overlay
by my_1998
05 Jan 2007 02:11
Forum: VLC media player for Windows Troubleshooting
Topic: save video ok in VLC but failed by ActiveX control
Replies: 0
Views: 403

save video ok in VLC but failed by ActiveX control

Hi, I use VLC media player to capture video from my usb web cam, at video size option I enter 640x480 (the web cam support 640x480), and it did save a video in 640x480. However when I use ActiveX control in VB6 by the following parameter :dshow-size="640x480" It not work, video is saved bu...
by my_1998
01 Jan 2007 09:01
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX Icon
Replies: 1
Views: 673

ActiveX Icon

Is there anyway to hide the clone (VLC logo) when I pull the activeX control on my VB program?

when I run the program, the clone always show up.
by my_1998
01 Jan 2007 08:45
Forum: VLC media player for Windows Troubleshooting
Topic: Logo overlay and save locally
Replies: 3
Views: 1652

hi,

it works now! thank you
by my_1998
01 Jan 2007 03:52
Forum: VLC media player for Windows Troubleshooting
Topic: Logo overlay and save locally
Replies: 3
Views: 1652

hi dionoea thanks for your reply! but I still have some problem. by windows's VLC player I can find option for sfilter so I try to add sfilter=logo at the following command line at target box :sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=display,dst=std{acc...
by my_1998
31 Dec 2006 10:00
Forum: VLC media player for Windows Troubleshooting
Topic: Logo overlay and save locally
Replies: 3
Views: 1652

Logo overlay and save locally

Hi I can use logo overlay option and successfully add a logo over my video, I capture video from my usb cam, at the same time I write the file locally, but even though I check "subtitles overlay" option, the logo can't print on the output video file? Is there anyway to add a logo over the ...
by my_1998
13 Dec 2006 10:34
Forum: VLC media player for Windows Troubleshooting
Topic: parameters for video size of save file
Replies: 0
Views: 340

parameters for video size of save file

Hi, I use VLC 0.8.6 , I can play locally and save the file by video size 640x480, but when I use VLCplugin in my VB program using the following parameter, the video size of the save file is only 174x144 dshow:// :dshow-vdev="" :dshow-adev="" :dshow-size="640x480" anythi...
by my_1998
13 Dec 2006 02:45
Forum: VLC media player for Windows Troubleshooting
Topic: What is the format of recorded file
Replies: 1
Views: 346

What is the format of recorded file

Hi,

I recieve stream from other and I try to save the steam to file, I can play back the file with VLC, but what is the format of this file?

Thanks
by my_1998
07 Sep 2006 09:45
Forum: Web and scripting
Topic: Scroll Bar and Length of a video during stream by ActiveX
Replies: 0
Views: 976

Scroll Bar and Length of a video during stream by ActiveX

Hi,

Is there a way to show the scroll bar during the vdieo streaming in ActiveX and how can I get the lenght of the video by AcdtiveX Control
by my_1998
05 Sep 2006 11:12
Forum: Web and scripting
Topic: Visual Basic How to Stream
Replies: 1
Views: 1761

Visual Basic How to Stream

Hi,

I start a VLC player and then start streaming a video.

Then I write a VB program to get the stream by the following command
VLCPlugin1.addTarget "udp://@239.20.30.40", Null, VLCPlayListAppendAndGo, -666

How can I use VB to stream a video?

Many Thanks

Go to advanced search