Re: [130531] [MOONSTONE Cherry] 妹ぱらだいす!2 ~お兄ちゃんと5人の妹のも~っと!エッチしまくりな毎日~ + Tokuten + Manual + Wallpaper [H-Game] [Serial] [Guide] [No DVD Patch]
There are 3 filters:
the splitter read the file from the disk, demux the various streams and feed every stream or the one you choose (multiple audio, subtitles, fonts) to the appropriate filters; this filter is related to the file container and not the video/audio codec: es: .mpg .avi .mkv .ogg .ts , etc.
the video codec just decompress the stream coming from the splitter and output an uncompressed video to the next stage that can be one of the video render (a window or a fullscreen windows that operate on your desktop/vga/monitor); the video codec is related the compression format, es: h264 , divx, mpeg2, xvid, windows media, realvideo, etc.....
the audio codec it's the exact for the video codec but for audio.
now let's answer the question:
The ingame videos are encrypted, i don't know if the game use his own splitter or not; i don't know if the splitter filter is the cause of the problem, most probably not.
If the game ask to windows fo the decompression, the compatible codec with the highest merit is choosed (compatible mean that: the fourcc is in supported form the codec filter, the input pin is compatible with the output of the splitter, the out pin is compatible with the input of next stage).
you have two option:
Disable the splitter filter or tell to the splitter filter to not open mpg files.
Disable the codec filter or tell to the codec filter to not decode mpeg1 and/or mpeg2 video stream.
I usually prefer to tell the filters what format has to decode.
You have installed the LAV filter manually or you have installed one of the latest CCCP; this mean that you have in your start menu all that require to tell the filters on how to act!
Find on your menu the links to LAV Video Settings and LAV Splitter settings (most probably the issue is related only to the video codec part) and open them. Depending on the installation method you need the find the appropriat elocation, like inside the CCCP folder if you got them via CCCP.
I think it's easy now, just check the format table and disable the mpeg1/2 , done.
------------
The worst case: you have deleted the links from the start menu:
I this case i prefer to choose between two options:
Get a tool to manage the merit of the filters, and set lav to below normal; this tell windows to try other filters first.
or
locate LAVSplitter.ax and LAVVideo.ax on your disk , open a command prompt and get there, open they settings panel with
rundll32 LAVSplitter.ax,OpenConfiguration
and
rundll32 LAVVideo.ax,OpenConfiguration
inside the command prompt.
i suggest to not disable or unistall filters because the will always serve to decode other formats and any filter has his unique features, but just choose with those settings what they have to do or not; also disabling LAV leave CCCP unsable because there are no other filters included and mpc must relay to what other is available on the windows side.
Sorry, i won't give any support to Wincrap 8.