PDA

View Full Version : MJPEG missing green channel


SolarBurn
3rd April 2003, 21:40
When I use AVISource to open the file it plays back without the green channel but when I use directshowsource it works fine, any ideas? I'm using the morgan codec as it's the only one that will open this weird ass mjpeg file

Sol

sh0dan
3rd April 2003, 21:50
Use SwapUV() - the chroma channels are swapped - codec bug.

SolarBurn
3rd April 2003, 22:42
worked perfectly, cheers

SOl