Chatterino2: Render chat to video

Created on 15 Jan 2020  路  5Comments  路  Source: Chatterino/chatterino2

Is your feature request related to a problem? Please describe.
I would like to be able to stitch chat to the side of VODs with as little human assistance required as possible

Describe the solution you'd like
Chatterino2 seems like a decent codebase to implement this with, chat rendering is already implemented, rendering widgets to pixel buffers is available through QT (https://doc.qt.io/qt-5/qwidget.html#grab), there might even be possibility to do it headless (https://doc.qt.io/qt-5/qoffscreensurface.html), saving frames as images would be Good Enough

Describe alternatives you've considered
Using OBS to record Chatterino2 or Twitch web would be hard to script I reckon

Additional context
I expect to implement this feature myself
I'm mostly looking for feedback and/or ideas

enhancement

Most helpful comment

This issue is out of scope of the chatterino project.

All 5 comments

Easiest way is probably to require the user to have ffmpeg in the path pipe it into ffmpeg with a pipe (stdin/out)

Related work: https://github.com/lay295/TwitchDownloader (I'm a Linux user though!!!)

Another related project, in development https://github.com/tsoding/vodus

Was there a reason this was closed?

This issue is out of scope of the chatterino project.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SaDiablo picture SaDiablo  路  3Comments

doximanman picture doximanman  路  3Comments

fourtf picture fourtf  路  3Comments

fourtf picture fourtf  路  3Comments

Oscillate1 picture Oscillate1  路  3Comments