Log in

View Full Version : ffdshow help


Waleska
5th January 2009, 09:28
http://i40.tinypic.com/29205f7.png

What does DV do? couldn't find any official help file or online faq covering this.

I was trying to have ffdshow correctly handle an uncompressed RGB24 source by selecting only the RGB24 colorspace as output, but it would fall back to RGB32 (that's what OSD reported) and the colors wouldn't look right.

Selecting DV/NTSC solved the color problem and video looked just perfect (on MPC and to my eyes, that is) but ffdshow wasn't loading and apparently some other color space converter (presumably MPC's) got behind.

CLSID: {1643E180-90F5-11CE-97D5-00AA0055595A}
Filter: Color Space Converter

- Connected to:

CLSID: {1B544C20-FD0B-11CE-8C63-00AA0044B51E}
Filter: AVI Splitter

clsid
5th January 2009, 17:32
I can only assume that DV means that the video is encoded to DV. But of course the video renderer does not accept that as input and that is why ffdshow doesn't get used.

Waleska
5th January 2009, 19:24
Thanks, I think that may be it.

Do you know how to make ffdshow's output RGB24 the way this "Color Space Converter" does?

LoRd_MuldeR
5th January 2009, 20:13
Do you know how to make ffdshow's output RGB24 the way this "Color Space Converter" does?

Uncheck all "Supported output colorspaces" excpet for "RGB24" in the ffdshow options :p

clsid
5th January 2009, 20:16
Ask in the large ffdshow topic. Maybe someone there knows why RGB24 isn't working as you expect.