<div dir="ltr">I'd anticipate that both commands would yield the same outcome:<br><br><font face="monospace">$ gdalwarp -oo OVERVIEW_LEVEL=1 -dstalpha input.vrt ovr1.tif<br>$ gdalwarp -ovr 1 -dstalpha input.vrt ovr1.tif</font><br><div><br></div><div>However, the reality is different. The first command behaves as intended, utilizing overviews from <code>*.vrt.ovr</code>, while the second command operates noticeably slower, seemingly disregarding the overviews.<br></div></div>