Page 1 of 1

BlueColor effect by stream,16/32Bit,Driver updated,need help

Posted: 18 Jan 2010 13:45
by ElenaLauder
Hi
I have read here some others have same scenario like me. But the solutions didn't help me.
Now I hope somebody have a Idee what I can try next.

I can stream in LAN without a problem, this problem I have solved at self.
It was easy, I had some problems at the beginning but it was ok.

Now the problem I have is the "BlueColor/Invert" effect, I don't see the right colors if I use Input Device webcam or TV-card.
The problem is only I use webcam or TV-card. With movies I see the right colors.

These is what I try:
-I connect/open with vlc the input-device and I got the "Blue Color" effect.
-I stream and I have the same "Blue Color" effect.
-If I use webcam and TV-card in "Windows Media Classic Player" and don't have any problems. The colors are correct.
-I try change the Desktop to 16/32bit, nothing helps, same problem.
-I update all Drivers, same problem.

These are my settings I use for stream:

Code: Select all

:dshow-vdev=Microsoft LifeCam Cinema :dshow-adev=Cinema - Microsoft LifeCam.:dshow-caching=200 :dshow-vdev=Microsoft LifeCam Cinema :dshow-adev=Cinema - Microsoft LifeCam. :dshow-size=320x240 :dshow-chroma= :dshow-fps=0 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-video-output=-1 :dshow-audio-input=-1 :dshow-audio-output=-1 :dshow-amtuner-mode=1 :dshow-audio-channels=0 :dshow-audio-samplerate=0 :dshow-audio-bitspersample=0
and

Code: Select all

:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=http,mux=ts,dst=192.168.254.22:8080}
I appreciate any help, inspirations and Idees!
Namaste
Elena

Re: BlueColor effect by stream,16/32Bit,Driver updated,need help

Posted: 18 Jan 2010 14:49
by VLC_help
dshow-chroma=
that is the option you want to change, so maybe dshow-chroma=YUY2 or dshow-chroma=I420

Re: BlueColor effect by stream,16/32Bit,Driver updated,need help

Posted: 20 Jan 2010 13:09
by ElenaLauder
dshow-chroma=
that is the option you want to change, so maybe dshow-chroma=YUY2 or dshow-chroma=I420
Hi "VLC_Help", you are the King!!!!!!
"I420" helps me! Thank you very much for your assistance!
Namaste
Elena