So basically you can play low-mid bitrates file but not the high bitrates ones. But you can play 1080p H.264 files.
But Blu-ray doesn't use the TS container but the M2TS one so I'm not sure if your files are really original BD files or just remuxed ones.
So maybe your G/C can handle DXVA with H.264 but not with VC-1 because only the most recent models from Nvidia can do that, the reason why you can't play those high bitrates VC-1 files.
Anyway there are some strange things with your system:
You said you can play the MKV's in WMP but AFAIK Win7 doesn't come with a native built-in Matroska splitter. So which Matroska splitter have you installed ?
And also from the log you have posted:
Code: Select all
avcodec error: cannot open codec (Windows Media Video VC1)
dmo debug: DMO codec for WVC1 may work with dll=wvc1dmod.dll
dmo debug: found DMO: WMVideo Decoder DMO
main debug: thread started
dmo debug: DMO input type set
dmo debug: DMO output type set
dmo debug: GetOutputSizeInfo(): bytes 3110400, align 1
main debug: using decoder module "dmo"
In this case VLC can't use it's own VC-1 decoder. I'm not sure why this happens but it tries to fallback to the Windows DMO decoder.
wvc1dmod.dll is found but this DLL is NOT a part of a normal Win7 installation. This is an old DLL which doesn't exist anymore since WMP11. Win7 already comes with a DMO VC-1 decoder so there is no need to use this old one. So either you have copied it from another computer or you have installed some crazppy codec pack.
So I don't know what you have done on your system but I'm afraid you have done something wrong.