XML Feeds

.

[jitter] Re: HD performance with jit.qt.movie in @window direct mode

Jean-Marc Pelletier gustave433 at yahoo.fr
Thu Sep 6 20:01:21 MDT 2007


Quote: Kyred wrote on Thu, 30 August 2007 13:50
----------------------------------------------------
> > use Applescript to control QuickTime player from Max.
> 
> Oh ! interesting ! is it hard to do ?
----------------------------------------------------

The script looks like this:

tell application "Finder"
	open ("/Users/me/Documents/Video/MyVideo.mov" as POSIX file)
end tell

tell application "QuickTime Player"
	set looping of document 1 to true
	present document 1 scale screen
end tell

You can use the tap.applescript external to launch it.


Jean-Marc



More information about the jitter mailing list