Enabling quicktime track

Hi there,

I’m having some .mov file with timecode track disabled and I was wondering if threes a way, using apple script, to activate the track.

Basically, what I’m trying to achieve, is to run a script that will get all mov files in a specific folder and activate the timecode track

any idea on how to do so?
Thanks
-F

Hi. Have you tried:


tell application "QuickTime Player 7"
	set show timecode when available to true	
end tell