Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6863759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:49:33+00:00 2026-05-27T02:49:33+00:00

In order to import .MOV files (h.264) to Final Cut Pro I need a

  • 0

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:

  1. Create a copy of a “TEMPLATE.THM” file that already exists on my HD
  2. Rename the “TEMPLATE.THM” file using the .MOV filename
  3. Do this to a folder of .MOV files to create a .THM file for every .MOV file both with the same filename.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:49:34+00:00Added an answer on May 27, 2026 at 2:49 am

    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.

    set theTemplate to "Macintosh HD:Users:[user name]:[folder:location]:TEMPLATE.THM"
    
    tell application "Finder"
      set theFiles to selection
      repeat with thisFile in theFiles
        set thisName to name of thisFile
        set theFolder to container of thisFile
        set newFile to duplicate theTemplate to theFolder
    
        set text item delimiters of AppleScript to "."
        set thisName to text item 1 of thisName
        set text item delimiters of AppleScript to ""
    
        set newName to (thisName & ".THM")
        set name of newFile to newName
      end repeat
    end tell
    

    The easiest way to get the path to the template is to select it in the finder and run this :

    tell application "Finder"
        set theFile to selection as string
    end tell
    

    That will put the path in your results window — just copy it into the first line of the script above.

    Hope that helps

    m.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to import Data.Char into my .hs file, in order to run the
In order to set some varaibles i need the information if a given file
The tutorials said I needed to import the Spring.jar and commons-logging.jar files in order
Scenario: Each order can only have one import file . So I created a
I need to import sheets which look like the following: March Orders ***Empty Row
I am trying to clean, change the order of import/export in eclipse,check the package
I have such file order: project/ app/ models.py signals.py I am keeping signals inside
I'm trying to import an XML file into a SQL Server database. Please have
In order to import a revision of a CVS module, I am using: /usr/lib/git-core/git-cvsimport
In general I know how to import tab delimited file or comma delimited file.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.