Reply to thread

The MPC-HC codec works for H264 content, but not in combination with TsReader. So, every filetype except ts files work sine that's the only type that get's put through TsReader.

The fact that this doesn't work is that TsReader gives {8D2D71CB-243F-45E3-B2D8-5FD7967EC09B} as the video subtype on the video-out pin, which is an type MPC-HC doesn't accept on the video-in pin. So the graph can't be build and the switch is made to the codec with the highest merit which accepts this type of input.

This same story goes for ffdshow...


Top Bottom