11-28-2005 03:28 PM
11-28-2005 04:01 PM
11-28-2005 08:21 PM
11-29-2005 10:09 AM
Finds the compatible AVI compression filters currently installed on the computer. Each filter has a different compression quality, compression size, and compression time.
So I think this means that if the CODEC is installed on your system then AVI Get Filter Names should be able to identify it as a usable compression engine. If it doesn't find it then you may have to call tech support to see why it was not detected by LabVIEW.
Matt
11-29-2005 05:42 PM
11-29-2005 06:10 PM
I know this is going to sound obvious but did you try to set a value of 1000 for the quality pin on IMAQ AVI Create? 1000 should give you the best quality for that CODEC and you can dial down from there.
From Help: quality is the relative quality, from 0–1000, to use with the compression filter. Pass –1 for this parameter to use the default quality of the filter. Not all filters support using different qualities.
Hope this makes everything good,
Matt
11-29-2005 06:24 PM
Using Microsoft MPEG-4 Video Codec V2 it seems to ignore Quality and Max Data Size. I have adjusted these in the past without an issue. You may want to try a different CODEC.
Matt
11-29-2005 08:35 PM
11-30-2005 11:38 AM
Per MAX I am running:
Vision 7.1.1
Image Processing 7.1.1.4004 And Services 7.1.1.948
See attached image from Create AVI Help
Matt
12-01-2005 02:25 PM