I just downloaded a Half-SBS 2 min sample to test my Computer Performance. I kept getting a Gray Screen, and at moments some frames appeared. Does that mean the current PC cant decode this correctly?
Also what's the difference between the various color lenses of cheap glasses? There seems to be a wide variation. I'm thinking of choosing onefrom these.
http://cgi.ebay.com/1-Pair-3-D-Glasses-Red-Cyan-Magenta-Green-Amber-Blue-/320582408883...item76bf178fce
+ Reply to Thread
Results 31 to 36 of 36
-
-
The different glasses are for systems that separate the left and right pictures using those different colors. Some use red and green, some use red and cyan (green+blue), etc. From what I've seen red/cyan are the most popular. Buy the glasses that are appropriate for the player you'll be using. Red/cyan glasses will work with red/green or red/blue displays.
Beyond that, the quality of the color filters vary. Bad filters allow a little of the opposite eye's image through. For example, with a red/cyan system a little of the cyan image may bleed through the red filter. That will cause a little ghosting of the right (cyan) image in the left (red) eye.
If you have a local comic book store they might give you a pair anaglyph glasses for free. Or you can just buy a 3d comic book that comes with glasses. -
Ok noted. As for the video i uploaded above, this must be some kind of weird codec issue. I confirmed it by running the mkv file on MPC and it run just fine. But in Stereoscopic player i get the result above, so until i solve this i cant get to switch to anaglyph from SBS source.
-
Yes. This is is a 200mb file.
http://rapidshare.com/files/437173193/L00ny.Tun3s.Fur.0f.Fly1ng.3D.H4lf.SBS.rar
Mirror.
http://www.megaupload.com/?d=558JJ8FU
http://www.megaupload.com/?d=E9ANSJHV
http://www.megaupload.com/?d=OL6QWYG2
Whichever you prefer. -
Thanks. My first download crapped out but from the partial download I can see the video is an MKV with AVC/AAC and side-by-side left/right images. I guess your stereoscopic player just can't handle that format.
The following AviSynth script will convert that to a color anaglyph for red/cyan glasses:
DirectShowSource("Loony Tunes Fur of Flying 3D Half-SBS.mkv")
ConvertToRGB()
left=Crop(0,0,960,-0)
right=Crop(960,0,960,-0)
r=ShowRed(left)
g=ShowGreen(right)
b=ShowBlue(right)
MergeRGB(r,g,b)
BilinearResize(960,540)Last edited by jagabo; 1st Mar 2011 at 13:22.
Similar Threads
-
VHS-C playback issue, playback in B&W and distorted/noisy colour.
By jpoel in forum Newbie / General discussionsReplies: 4Last Post: 11th Aug 2010, 09:36 -
Music sound playback is greater than word sound playback
By shknoll in forum Newbie / General discussionsReplies: 0Last Post: 31st Aug 2008, 13:09 -
Pinnacle 11 - playback issues on DVD - rapid playback problems
By crven in forum Newbie / General discussionsReplies: 5Last Post: 15th Dec 2007, 09:19 -
DV Playback?
By reubenray in forum Capturing and VCRReplies: 11Last Post: 9th Nov 2007, 09:42 -
playback on tv
By andyluong99 in forum Newbie / General discussionsReplies: 1Last Post: 18th Jun 2007, 16:08