Fixed
- Hardware encoder detection (
h264_qsv,h264_nvenc,h264_amf) was failing on some systems, causing recordings to always fall back to the AVI-to-MP4 pipeline instead of encoding directly. The internal test probe used a 16x16 test frame, which is below Intel Quick Sync's minimum supported resolution and caused QSV detection to fail even when the hardware and drivers supported it. The probe now uses a 320x240 test frame, allowing QSV (and NVENC/AMF) to be detected correctly.
After this
- Systems with Intel Quick Sync Video support will now correctly record directly to MP4 using hardware encoding, instead of silently falling back to the larger, disk-heavy AVI intermediate format.