In order to import .MOV files (h.264) to Final Cut Pro I need a correspoding .THM file with the same filename as the .MOV. Is it possible to do this with an AppleScript or Automator? Here is what I want to do:
- Create a copy of a “TEMPLATE.THM” file that already exists on my HD
- Rename the “TEMPLATE.THM” file using the .MOV filename
- Do this to a folder of .MOV files to create a .THM file for every .MOV file both with the same filename.
G’day
This might not be the quickest way — but I see you’re still waiting for an answer — so here’s something to get you started. Select all your MOV files in the finder and run this in script editor.
The easiest way to get the path to the template is to select it in the finder and run this :
That will put the path in your results window — just copy it into the first line of the script above.
Hope that helps
m.