srt2rvt/README.md

9 lines
337 B
Markdown
Raw Normal View History

2024-12-02 21:23:27 -06:00
# srt2rvt
stream from OBS onto a Roblox editableimage
best quality is around 1280x720 @ 20fps. this could definitely be improved with a more efficient encoding scheme (like not using zstd for video compression lol)
support for multiple servers left as an exercise to the reader :D
2024-12-02 21:31:41 -06:00
credit: heavily adapted from srt-tokio crate example