The stitch warp samples source textures with single-tap bilinear and no mip chain (renderer.rs). Minified output (e.g. 1080p from 4K sources) aliases - no encoder setting can remove it; magnified regions soften. Likely contributor to #449.
Investigate proper minification filtering: supersampled render target + one downscale, or per-frame mips + trilinear.
The stitch warp samples source textures with single-tap bilinear and no mip chain (renderer.rs). Minified output (e.g. 1080p from 4K sources) aliases - no encoder setting can remove it; magnified regions soften. Likely contributor to #449.
Investigate proper minification filtering: supersampled render target + one downscale, or per-frame mips + trilinear.