thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Can we use FLV instead of TS for clipping? #16

Closed thelabcat closed 1 month ago

thelabcat commented 1 month ago

OBS can record an FLV, and FLV seems to be a continuous file format, similar to TS. So, it may be a better choice for ClipRecorderCommand.

thelabcat commented 1 month ago

I just realized I can put all the continuous video formats in the file picker. I just need to test them first, lol. TYJ, that's super easy 😄.

thelabcat commented 1 month ago

Test results: