macOS で TVTest (失敗2)
#macOS #DTV #TVTest #Wine
参考情報
macOSでTVTest(失敗) - しーなるす にならって試してみた
環境は同様に M1 Mac
Wineの動画再生のしくみ、DirectShowとGStreamerの関係
失敗
ffdshow → ダメ
quartz.dll 入れる
code:install.sh
winetricks quartz
wincfg でライブラリ読み込みを quartz (ネイティブ版) にする
LAV Filter を入れる
Windows マシンから Windows/SysWOW64/quartz.dll を取ってくる
~/.wine/drive_c/windows/SysWOW64 などに入れる
wincfg でライブラリ読み込みを quartz (内蔵版) にする
code:log
016c:err:ole:com_get_class_object class {afb6c280-2c41-11d3-8a60-0000f81e0e4a} not registered
016c:err:ole:com_get_class_object no class object {afb6c280-2c41-11d3-8a60-0000f81e0e4a} could be created for context 0x1
CLSID AFB6C280-2C41-11D3-8A60-0000F81E0E4A | MPEG-2 Demultiplexer | STRONTIC
Windows マシンから取ってきた新鮮な mpg2splt.ax を ~/.wine/drive_c/windows/System32 に入れる
code:install-filter.sh
wine regsvr32.exe C:/Windows/System32/mpg2splt.ax
https://scrapbox.io/files/62a08eb4a8d7f9001e4d4789.png
レンダラーを EVR にしてるのがダメそう
レンダラーを VMR9 にしてみる
https://scrapbox.io/files/62a08f096d3ce0001d561f9b.png
code:log
0288:fixme:quartz:StdMediaSample2_QueryInterface No interface for {583ec3cc-4960-4857-982b-41a33ea0a006}!
EVR 動かない原因を探す
Microsoft Media Foundation - Win32 apps | Microsoft Docs
キャプチャできない
https://scrapbox.io/files/62a172169e0d53001dfe8ae6.png
MermaidVR Video Player (684380) · Issue #1799 · ValveSoftware/Proton
lucasg/Dependencies: A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues. とかで依存関係調べるとかかなあ