Optimized the behaviour of the encoder:
- Had to limit the final videos resolution to a maximum of 1080p. The reason behind this is to save on storage and bandwidth.
- Fixed the sizing of the overlay so that it stays the same size no matter the resolution of the video.
- Fixed slow encoding of uploaded videos! Approximate encoding times based on resolution (keep in mind that this could vary depending on bitrate):
- 2k: 1/2 the length of the video
- 1080p: 1/3 the length of the video
-720p: 1/8 the length of the video
-480p: 1/11 the length of the video