There's a ranked map that uses a WMV3 video, and WMV3 isn't enabled in the custom ffmpeg build, so currently the video doesn't play in osu!lazer
2025-08-19 13:47:41 [verbose]: VideoDecoder faulted: System.InvalidOperationException: No usable decoder found for codec ID AV_CODEC_ID_WMV3
2025-08-19 13:47:41 [verbose]: at osu.Framework.Graphics.Video.VideoDecoder.recreateCodecContext()
2025-08-19 13:47:41 [verbose]: at osu.Framework.Graphics.Video.VideoDecoder.StartDecoding()
wmv3 would need to be enabled, and maybe wmv1 as well for good measure, in case other videos exist that use that codec.
There's a ranked map that uses a WMV3 video, and WMV3 isn't enabled in the custom ffmpeg build, so currently the video doesn't play in osu!lazer
wmv3would need to be enabled, and maybewmv1as well for good measure, in case other videos exist that use that codec.