UnityPlugin-AVProMovieCapture icon indicating copy to clipboard operation
UnityPlugin-AVProMovieCapture copied to clipboard

Possible to record into a fixed length buffer? (i.e. keep the last X seconds)

Open v2k opened this issue 4 years ago • 1 comments

The ability to record to a buffer, keeping the last X seconds of video:

Constantly recording and keeping the last 10-15 seconds

  • An option to keep the last X seconds of recording.

A possibly alternative is to use the output as an Image Sequence and constantly delete old images.

v2k avatar Jan 18 '21 22:01 v2k

Yeah, it'd be great to support this, however it is tricky to do because we're creating mp4 files which are baked in once they're written to disk. We currently don't have plans to add this feature due to the amount of work it would be.

Your workaround suggestion is good and you could implement this, it's just not something we would implement because it's too specific of a use case for us to add as a feature.

kahnivore avatar Feb 04 '21 10:02 kahnivore