-
How to batch export from FCP to Sony’s MP4
I vaguely recall seeing the odd post asking how to do this in the past. It seems that the Applescript that comes with XDCAM Transfer 2.11 has provided a solution:
Step 1:
Batch export to QuickTime movies.
Step 2:
Run the following script in Script Editor:
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 MP4Step 3:
Do something productive while XDCAM Transfer re-wraps all the QuickTime movies as MP4s.