nachoverdon / Slippi2VideoHX

Convert Project Slippi replays into videos using OBS automatically
MIT License
10 stars 0 forks source link

OBS recording of multiple replays are not being correctly written to FLV #2

Open swoldemi opened 4 years ago

swoldemi commented 4 years ago
  1. Run S2V.exe with correct configuration and replays directory populated with more than 1 .slp (13 in my case)
  2. Wait for the recording of the second replay to be completed. The replays are played back to back, in succession.
  3. View OBS videos directory as defined in the configuration file.

Preferred behavior: there are 2 FLV files in the OBS videos directory, each with their respective contents of the two SLP replays. Actual behavior(s): (a) there are 2 FLV files in the directory, each having the same contents (the first replay that was played by Slippi and recorded by OBS) or (b) there is 1 FLV that is 0 bytes in size (assuming OBS isn't sending data over the WebSocket for whatever reason or the write isn't being invoked until a buffer gets full).

The latter case, (b), happens rather inconsistently.

If the actual behavior is intended, I would appreciate a change for the preferred behavior or implementation of the obs.rename/obs.restructure flags.

swoldemi commented 4 years ago

Bump @nachoverdon

nachoverdon commented 4 years ago

This is weird. And looks more like an OBS bug. If the second replay is different, the recorded video should be different as well lol.

Have you checked that you don't have duplicated replays? Have you tried with some other format like .mp4?

Rename was implemented on a dev branch, but I'm still waiting for https://github.com/project-slippi/Ishiiruka/pull/11 to get merged.