Limit capture file size(video) in C#
- From: "bjames3" <bjames3@xxxxxxx>
- Date: 2 Jun 2006 04:51:53 -0700
Hello,
I am trying to limit capture(video) file size by doing
the following:
captureGraphBuilder.AllocCapFile(fname, 2000000);
captureGraphBuilder.SetOutputFileName(MediaSubType.Avi, fname, out mux,
out sink);
The file size is always larger than 2MB.
I am probably not implementing this correctly. Can anyone tell
me what I'm doing wrong?
Thanks,
Bill
.
- Follow-Ups:
- Re: Limit capture file size(video) in C#
- From: The March Hare [MVP]
- Re: Limit capture file size(video) in C#
- Prev by Date: Re: stereo vision
- Next by Date: RE: Capture and preview graph: cannot render preview audio (crash!)
- Previous by thread: how to get params from OleCreatePropetyFrame created property ***?
- Next by thread: Re: Limit capture file size(video) in C#
- Index(es):
Loading