https://bugs.winehq.org/show_bug.cgi?id=9127
castaneai castaneai@castaneai.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |castaneai@castaneai.net
--- Comment #102 from castaneai castaneai@castaneai.net --- Hi.
I have created an example application that uses the MPEG-1 splitter filter directly. This application is built on the "kirikiri2" engine, which is mostly used in Japanese Visual Novel games.
https://github.com/castaneai/microkiri/releases/download/v0.1.0/microkiri_v0...
Run this application in wine with `LANG=ja_JP.UTF-8`." If you select the "MPEG-1" menu, the kirikiri2 engine will try to play the MPEG-1 video, but the built-in quartz.dll won't play it. winetricks quartz will play it, but it seems best to let winegstreamer play it.
Fortunately, the source code for Kirikiri2 is publicly available, and the following part may be relevant
https://github.com/krkrz/krkr2/blob/dec49af97e174d31059c3ccd7efc700ba3c6b788...
Please let me know if you need additional information. Thank you.