jiaming233
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.  
> Using the CaptureAudioFromMultipleSources component it drops to 3 frames. How should I solve it? Hi, Have you find out the reason?