Weird Custom Cut Error

I decided I wanted to start to play with the Custom Cut GUI to take out some commercials (Plex’s version of Comskip is still broken).

When I load a MKV created by MCEBuddy, I get the following error:

image

The file is a NVENC created h265 MKV file. Any suggestions?

Thanks! Will.

NOTE: Don’t forget to attach your conversion log or MCEBuddy.log file as appropriate

That error is from the windows media player. MCEBuddy uses the native media player plugin to render the onscreen video/images. The media player in turn uses the build in media foundation and directshow codecs. Windows doesn’t natively support MKV format and also doesn’t support HEVC (h265) so the media player isn’t able to render it.

You’ll need to add support for H.265/HEVC and MKV to Windows and if WMP can play back the files then you’ll be able to access them through Custom Cuts. This may require some custom tweaking like installing LAVFilters and using the code tweaking tool to adjust the codec priorities.

Installing LAV filters should solve your issue, it adds support for MKV and also the H.265 directshow codec. We’re looking at replacing FFDShow with LAVFilters in the next release