jiaming233

Results 4 comments of jiaming233

> Please try updating to the latest version It still occurs with lastest version 5.1.6, running Demo00-ScreenCapture. For test, I left 12MB in my disk and set _minimumDiskSpaceMB as 10....

Thanks for reply! I try to disable post operations by commenting following lines in CaptureBase, which didn't work ` if (_outputTarget == OutputTarget.VideoFile) { applyPostOperations = true; } ` Waiting...

I made these 2 modifications and the problem have not been reproduced for now. Just for reference. ![1](https://github.com/RenderHeads/UnityPlugin-AVProMovieCapture/assets/26813390/07b34bbc-7343-4588-a11e-e6950d39cd62) ![2](https://github.com/RenderHeads/UnityPlugin-AVProMovieCapture/assets/26813390/0840b26f-7dfb-428a-bf93-33aae9cefa4e)

> Using the CaptureAudioFromMultipleSources component it drops to 3 frames. How should I solve it? Hi, Have you find out the reason?