Code: Select all
@echo off
title remote
color 16
:remote
set /p var= Enter Channel Number And Press Enter (1=on 0=off L=Last Channel):
IF '%var%' == 'L' goto L
IF '%var%' == '0' goto 0
IF '%var%' == '1' goto 1
IF '%var%' == '2' goto 2
Code: Select all
o.bat=
taskkill /f /im vlc.exe
exit
1.bat=
cd C:\Program Files\VideoLAN\VLC\
start vlc.exe -vvv dshow:// --dshow-vdev "Hauppauge WinTV 88x Video Capture" --dshow-adev "C-Media Wave Device" --dshow-caching=200 --dshow-size=352x288 --dshow-aspect-ratio=4:3 --dshow-chroma=RGB 24 --dshow-fps=29.97 --no-dshow-config --no-dshow-tuner --dshow-tuner-channel --dshow-video-input=1 --dshow-video-output=0 --dshow-audio-input=7 --dshow-audio-output=1 --dshow-amtuner-mode=1 --dshow-audio-channels=2 --dshow-audio-samplerate=44100 --dshow-audio-bitspersample=0 --dshow-caching=200 --sout=#transcode{vcodec=wmv2,vb=1024,scale=1,acodec=wma2,ab=32,channels=2,samplerate=44100}:duplicate{dst=std{access=mmsh,mux=asfh,dst=ip:port}}}
exit
and 2.bat all the rest of the channels start with taskkill like this one
taskkill /f /im vlc.exe
cd C:\Program Files\VideoLAN\VLC\
start vlc.exe -vvv dshow:// --dshow-vdev "Hauppauge WinTV 88x Video Capture" --dshow-adev "C-Media Wave Device" --dshow-caching=200 --dshow-size=352x288 --dshow-aspect-ratio=4:3 --dshow-chroma=RGB 24 --dshow-fps=29.97 --no-dshow-config --no-dshow-tuner --dshow-tuner-channel 2 --dshow-video-input=1 --dshow-video-output=0 --dshow-audio-input=7 --dshow-audio-output=1 --dshow-amtuner-mode=1 --dshow-audio-channels=2 --dshow-audio-samplerate=44100 --dshow-audio-bitspersample=0 --dshow-caching=200 --sout=#transcode{vcodec=wmv2,vb=1024,scale=1,acodec=wma2,ab=32,channels=2,samplerate=44100}:duplicate{dst=std{access=mmsh,mux=asfh,dst=ip:port}}}
exit
I realize that there are probably eazier and faster ways to do this, but like I said earlier i'm new at this and i just did the best I know how, but i'm open to suggestions.
Nop.Cobaltvlc: you have some kind of drawing tablet?
I can confirm this. I tested several dozen times, with a clean install of VLC (deleted appdata files).Hm, I just stumbled upon something that might possibly be helpful to fix this issue:
As I said two posts above I have the same closing issue as many others.
But now I noticed that if the VLC Window doesn't have the focus, closing it using the X-button completely terminates the program as expected. So perhaps some other users having the same problem can try to reproduce:
1. start VLC
2. focus any other application window so VLC is an inactive window
3. close VLC with the X-button
-> Program should exit completely
I tried this dozens of times and VLC was finely terminated on every single try.
Me too, whit 1.1.2.I can confirm this. I tested several dozen times, with a clean install of VLC (deleted appdata files).
I can confirm with Nightly Build of VLCI can confirm this. I tested several dozen times, with a clean install of VLC (deleted appdata files).Hm, I just stumbled upon something that might possibly be helpful to fix this issue:
As I said two posts above I have the same closing issue as many others.
But now I noticed that if the VLC Window doesn't have the focus, closing it using the X-button completely terminates the program as expected. So perhaps some other users having the same problem can try to reproduce:
1. start VLC
2. focus any other application window so VLC is an inactive window
3. close VLC with the X-button
-> Program should exit completely
I tried this dozens of times and VLC was finely terminated on every single try.
If VLC does not have focus, then clicking the X button will close VLC cleanly and end the VLC process immediately also. If VLC does have focus, then clicking the X button will only close the interface, but leave the process running and a systray icon hanging around (clicking the systray icon will end the VLC process). The process will stay running in the background for at least several minutes. I've never bothered to wait long enough for it to quit on its own, if it even does. Tested with VLC 1.1.1. on XP SP3 Pro.
No, I don't know.Does anyone know if the bug you talk about also occurs in Windows Vista?
At least I can't replicate this on Vista or in 2k3 server so I would guess this only bothers XP and younger.Does anyone know if the bug you talk about also occurs in Windows Vista?
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 26 guests