lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.51k stars 257 forks source link

Real-time chat "render" / Chat player #1070

Open diegolondrina opened 1 month ago

diegolondrina commented 1 month ago

Checklist

Write your feature request here

I guess this app is more for streamers to overlay chats and upload their VODs somewhere else, but what about viewers? When you watch Twitch VODs from the site or use a third-party app like Chatterino, they process the chat data and format it to display it, not render it. Rendering chats can take a long time, and a lot of space. It would be a nice feature to have something like that in TwitchDownloader, where it can read a JSON chat and play it, instead of rendering it as a video. Is this possible? Does it make sense?

*Great work on the app btw. Really appreaciate it, works very nicely.