hello
March 27, 2021, 5:34pm
4
as I understood, you want the macro to Wait until video has finished playing in Quicktime, is that correct? it'd be easier if you'd share what you got so far.
there are some posts about detecting if QuickTime is playing, and/or getting the length of media, depending on what you need:
Hi @cdthomer ,
I'll copy-n-paste from the AppleScript Language Guide , which explains it better than I can:
Statements
A statement is a series of lexical elements that follows a particular AppleScript syntax. Statements can include keywords, variables, operators, constants, expressions, and so on.
Every script consists of statements. When AppleScript executes a script, it reads the statements in order and carries out their instructions.
A control statement is a statement that determines when…
Hi, thanks in advance for any help, here’s my goal. I’m making a macro to take low-volume MP3 files and triple the volume, to make them more audible. I have most of it done, but need a hint in one area of this if possible.
Goal:
1 - Drop an MP3 file in a Dropbox folder
2 - This kicks off KM Macro on a remote Mac, to open the file in Quicktime Player
3 - Macro then opens Audio Hijack, and open the session "Triple Volume"
4 - Macro then starts playing the MP3 in Quicktime Player
5 - Audio Hi…