Applescript "open image sequence" in Quicktime now fails, why ?

Hi All,

Back to scripting Quicktime with Applescript, I assess the following line now fails :
Code Block
open image sequence seq1 frames per second 24

What I want it to automate .mov generation form numerous and large jpeg image sets, in Quicktime, through pure Applescript or Automate.

I have spent hours on Google to sort it out and it seems there are no recent talks on such an issue.

What is the issue ?

Any helps or scriptlet will be much appreciated
  • Did you ever find an answer to this? I hit the same issue.

Add a Comment

Replies

I assess the following line now fails

Can you clarify what you mean by “now”? Did it previously work? If so, what changed?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
  • The error message I get is:

    2022-02-06 13:04:32 +0000: The action “Run AppleScript” encountered an error: “The operation couldn’t be completed. (com.apple.Automator error -212.)”

    When I browse the Quicktime entries in Script Editor, I don't see "Open Image Sequence" as an action. I'm ultra-new to scripting, so I don't know if this means it's been removed or that there is an option of "Open" I should be using.

Add a Comment

I suspect that this support was dropped as part of the move away from QuickTime Player 7. I downloaded an old copy of that and it does include an open image sequence command. Unfortunately that won’t help you on modern systems because they no longer support QuickTime Player 7.

I’m not aware of any obvious replacement, but this is hardly my field. Hopefully someone else will chime in.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"