	err = ConvertMovieToFile( movie,			// movie specifier
							  NULL,				// specific track for export; NULL for all tracks
							  &theFSSpec,		// output file
							  0,				// file type				
							  0,				// file creator
							  smSystemScript,	// script 
							  NULL,				// resource id
							  0,				// flags
							  movieExporter );	// movie export component to use for the operation -- pass in a component instance
							  					// this allows setting any conversion parameters with the export component directly