Great instructions! It doesn’t get anymore simple than that thanks so much. You Can also use this script my friend came up with in Apple Script Editor.
Copy and paste the following, but make sure you initially export your movies from a dual mono sequence
set the_movies to choose file with prompt “Choose your QuickTime files” with multiple selections allowed
set the_location to choose folder with prompt “Choose your export destination”
tell application “XDCAM Transfer” to export the_movies to the_location as MXF
John O’rourke