hi guys
i have an odd task to achieve, and i think the key to doing it easily is AppleScript. i’m proficient in other languages, but AS is completely foreign to me, so i was hoping for some help.
what i’d like to do is:
- open a quicktime movie, a.mov
- export that quicktime movie using most recent settings to b.mov (i’ve got this part worked out already)
- open b.mov
- repeat steps 2 & 3 a couple of hundred times.
i don’t want to end up with 200 copies of the movie, just one movie that’s been recompresed 200 times. so this probably involves opening b.mov, exporting to c.mov, deleting b.mov, renaming c.mov to b.mov, repeating.
as i said, i can do the QT export bit, it’s just the iteration and manipulation of files through Finder that i’m unsure of.
all help is MUCH appreciated. thanks.