If you ever play widescreen videos, the video is scaled so that it fills the full height of your screen, so if you don't play osu! in a 16:9 format, it cuts off the sides. Also, if you enlarge the video too much, the video just looks ugly xD.
To solve these problems I wanted to introduce 2 types of letterboxing for videos, one where you can limit the video to the width of your screen and just have black bars on top and bottom and another where you force the video to only be viewed at its original size or a set scale of its original size.
Temporary Workaround:
Put this in your .osb code (change videoFile to your video name)
Video,0,"videoFile.avi"
S,0,0,0,1,0.75
This workaround letterboxes it to your playable area, which is not the greatest solution, but as a temporary fix, it sort of works....
To solve these problems I wanted to introduce 2 types of letterboxing for videos, one where you can limit the video to the width of your screen and just have black bars on top and bottom and another where you force the video to only be viewed at its original size or a set scale of its original size.
Temporary Workaround:
Put this in your .osb code (change videoFile to your video name)
Video,0,"videoFile.avi"
S,0,0,0,1,0.75
This workaround letterboxes it to your playable area, which is not the greatest solution, but as a temporary fix, it sort of works....