Tagged Questions
0
votes
0answers
118 views
How to set codec for Quicktime 7 export with AppleScript
I'm new to applescript and I'm having some trouble with a batch export of video files.
I'm trying to transcode several image sequences into .mov using QT 7, via Automator.
I found this code that ...
1
vote
2answers
851 views
Can Applescript be used to automate a screen recording session on OS X?
I need to accomplish the following tasks from a script:
Initiate a screen recording (with system audio).
After a set delay, stop the recording.
Save out to a file.
Close the recording.
I've tried ...
0
votes
1answer
88 views
Applescript won't play movie when waking from sleep
I have the following AppleScript, which is triggered by iCal to act as my alarm clock:
set musicPath to the path to me as text
set musicPath to text items 1 thru -12 of musicPath as text
set ...
0
votes
1answer
1k views
Use AppleScript to launch and manage Quicktime Player in the background
I have a Perl-based audio player that runs on OS X, and I need to update how the audio files are played. I'd like to use AppleScript to control the QuickTime Player, because it will do what I need, ...
1
vote
2answers
1k views
How can I remove a portion of from the middle of a movie?
Quicktime Player help:
With QuickTime Player you can quickly remove a portion of the
beginning or end of a movie or a movie clip to make it shorter or
remove unwanted content.
I want to ...
0
votes
3answers
534 views
Save .mov file with applescript
I've installed the Perian addon for Quicktime so it can open .flv files, and then I can save them as .m4v or .mov. I'm trying to make an Applescript to convert from .flv to .m4v automatically by ...