-
released this
2026-06-02 00:59:44 +09:00 | 9 commits to main since this releaseFix black-screen video on widths not aligned to the SIMD boundary (e.g. 1674-wide). swscale pads the RGBA row stride beyond width*4, so the previous copy path dropped every video frame (black screen) while audio kept playing. Now strips the row padding via a stride-aware row-by-row copy.
Downloads