Joined
·
1,185 Posts
I'm playing a 720p mkv file with VMC and the decoders are FFDShow. Do I need a fast cpu for playback? I have it setup default in FFDShow config.
Now Available: Tech Talk Podcast with Scott Wilkinson, Episode 19 Click here for details.
@%SystemRoot%\\System32\
egsvr32.exe MPCVideoDec.ax
Quote:
Originally Posted by bryanchicken /forum/post/16833448
what build of windows 7 are you running?
In some of the builds (7057 onwards off the top of my head) its very hard to override the built in microsoft decoders. I'm not sure the tweakers and MCDU tool has caught up.
I ended up having to rename a couple of files in windows/system32 (mpeg4s.dll and one other, sorry not at computer at the moment).
In Win7 they've got a new framework called Windows Media Framework which is a replacement for directshow. Any WMF filters (eg the microsoft ones) will override any directshow filters (eg ffdshow) despite the filter priority you set for the ds filter.
Things like Zoomplayer and MPC-HC have their own graph builders so don't rely on the codec priorities of the underlying OS, which is why its easier to set them up to use ffdshow on Win7.
Quote:
Originally Posted by bryanchicken /forum/post/16833593
Why microsoft has gone down this ultra confusing route i've no idea. I'm all for advancement (eg, replacing of old directshow) but making it so darn hard to replace the sub-standard MS transform is a baffling decision. Maybe the final release will rectify this.
Quote:
Originally Posted by renethx /forum/post/16833149
Try:
- Haali Media Splitter . If your OS is x64, 64-bit version
- MPC Video Decoder (MPCVideoDec.ax) (x86 or x64 according to your OS). Register it with the command: %SystemRoot%\\System32\
egsvr32.exe [the folder location]\\MPCVideoDec.ax. Or copy and paste the following to a notepad:
Code:
and save it in the same folder as MPCVideoDec.ax as, say, "install.bat". Then double click it.Code:@%SystemRoot%\\System32\ egsvr32.exe MPCVideoDec.ax
Make MPC Video Decoder the default H.264 decoder by Win7DSFilterTweaker.
Quote:
Originally Posted by blackmax2k1 /forum/post/16850621
Yeah I can't find MPCVideoDec.ax after install.