I have a script that creates a video from multiple sources. At the start of the video there is a 5 second long pause where some information is displayed.
I want to give a visual indicator of how long it is until the main video starts, with a circle in the top left corner. The circle would start completely transparent and slowly fill in grey round the circle as the video progresses. At 25% of the video, the top right quarter of the circle would be gray. At 50% the right half of the circle would be gray and so on.
I am imagining something similar to this solution which is a progress bar, but I'm not sure if it's possible/how to make it a circular one.