Video For Windows disable FILE_FLAG_NO_BUFFERING

Posted by cunzlow on Stack Overflow See other posts from Stack Overflow or by cunzlow
Published on 2010-05-21T14:14:53Z Indexed on 2010/05/21 14:20 UTC
Read the original article Hit count: 148

Filed under:

I am using Video For Window's AVIFile functions. When I use AVIFileOpen I notice that it uses the flag FILE_FLAG_NO_BUFFERING when creating the .avi file. ProcessMonitor shows the that file was created with "no buffering". This flag is causing performance issues and I was wondering if there is a way to use this function without that flag.

© Stack Overflow or respective owner

Related posts about vfw