robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
219 stars 43 forks source link

stream chunk #11

Closed wonkyuml closed 4 years ago

wonkyuml commented 4 years ago

Hi Rob, I am wondering if you can guide me to save chunk of stream (let's say each chunk 5 secs). Very simple way would be dispose encoder object at each 5 secs and re-create encoder with new file stream. I am a bit concerned overhead. I wonder if there is way to interrupt PrepareTranscodeResult.