``` .drawbox(x="50", y="50", width="120", height="120", color="red", thickness="5") ```
(from https://github.com/livingbio/typed-ffmpeg?tab=readme-ov-file... )
Draw a 2-pixel red 2.40:1 mask: drawbox=x=-t:y=0.5*(ih-iw/2.4)-t:w=iw+t*2:h=iw/2.4+t*2:t=2:c=red
``` .drawbox(x="50", y="50", width="120", height="120", color="red", thickness="5") ```
(from https://github.com/livingbio/typed-ffmpeg?tab=readme-ov-file... )