-
Notifications
You must be signed in to change notification settings - Fork 103
Home
FlyleafLib supports .NET 5 and .NET Framework 4.7.2 and only Windows (7+) as it uses Direct3D 11 for rendering and video acceleration.
For Windows 7, it seems that it will not work with video acceleration enabled. Additionally, make sure you have KB36805 installed and your GPU drivers are updated.
Post process filters (e.g. for brightness/sharping etc.) and HDR are not supported yet.
It will crash on systems without sound card. Bluetooth speakers might not work properly.
For subtitles, it will try to identify the system default encoding for non UTF-8 formats. Which means that they it fail to convert them properly if it is not set (Region/Language windows settings). Seems to have issues also when changed the project to .NET 5 to identify the system default encoding.
For torrent streaming (BitSwarm) it might freeze the UI or drop frames also because of .NET 5 which uses too many handles/threads by itself (doesn't like BitSwarm's custom threadpool).