| Q:
	
When I change the Compression Options for a Movie File Output I see differences in my Video Preview View. Is the QTCaptureViewpreviewing the compressed video?A: No, QTCaptureViewdoes not preview compressed frames. What you are seeing are resolution changes on the input device since the input device is automatically configured to provide optimal frame size for a capture sessions output. For example, lets assume you have two file outputs connected to the capture session, one of which is set to compress at 640x480 and another is set to compress at 320x240. In this case, the input device will be configured to output frames of at least 640x480 to accommodate the higher resolution output. If the 640x480 output were removed, the input device could be dropped down to 320x240 since that would be the highest resolution requirement.  The QTCaptureViewand underlyingQTCaptureVideoPreviewOutputdo not influence the camera resolution, they are purely part of the preview mechanism. Therefore, if you configure a file output in such a way that it compresses to a lower resolution, the preview view will reflect that resolution since the session is receiving frames at that resolution  from the camera. Document Revision History
| Date | Notes |  
| 2008-09-16 | First Version |  Posted: 2008-09-16 |