I use this code to display video snapshots on my gameslists with EmulationStation :
<video name="md_video">
<pos>0.308 0.369</pos>
<maxSize>0.2005 0.2680</maxSize>
<delay>1.0</delay>
<zIndex>44</zIndex>
</video>
And I would like to set a black background color behind the video.
Why ? I show the video snapshot over the screenshot. But on some vertical games, the screenshot picture is larger than the video capture resolution. So, it shows the screenshot behind the video. And it's not pretty.
Demonstration : https://youtu.be/hh8kmRI7akk
I tried to set a <color>000000</color> tag to the video object.
But It doesn't do any change.
Is there another trick I can use to fix this issue ?
I took a look to another EmulationStation theme : Next Pixel.
It had the same issue : https://youtu.be/IatG6KHB0TY
Perhaps it could be a good improvement too. I don't know exactly.