Closed legoandmars closed 2 years ago
Hi! Thanks a lot for the PR. This will likely be implemented in my three versions of the bot (Twitter, Discord, Telegram). Bots will be likely updated thorough the day.
Again thanks for the request, video quality has been terrible since day 1, it's a bit more bearable now ^^
On Discord (and likely other platforms), the relatively low resolution of the video can make embeds small and lead to blurriness when in fullscreen.
Although more complex solutions have been outlined in #12, this is a quick & easy way to make the video more high resolution without losing sharpness by just using nearest neighbor scaling.
Scaling is passed through the
resolution_scale
parameter in therender_comment_list
method. Old scaling (1:1) is retained by default