Hi,
HTML5 video tag cannot be stretched. The stretchVideo Flashvar works on the legacy Flash player only.
The player do not recalculates its size based on the video pixel aspect ratio.
Such behaviour might be achieved using a custom script which registers to the player "playerReady" event, determines the video pixels aspect ratio and resizes the player accordingly.
Amir