Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

BabaG

macrumors member
Original poster
Jan 5, 2007
83
0
i have an operation i perform repeatedly and would like to write
a bash script to do it automatically.

what i'd like to do is:

1. open an image sequence in qtplayer
2. file--->export
3. set options (like custom size, what codec)
4. save the export as the same filename as the first file of the image sequence

can this be done via bash?
can anyone point me to some info on passing parameters to qtplayer via bash?

thanks,
BabaG
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
You need AppleScript's UI scripting to do this. Bash can call AppleScript commands btw. Check out "man osascript".
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.