video

AppleScript: rotate mov file in QuickTime Pro

Friday, March 28th, 2008

Some kind of life hack: it’s very easy to make mov file with digital camera, rotating it 90 degrees. However, it’s not so easy to convert the result file to the ‘visible’ form.
QuickTime Pro could do this, and I found the AppleScript script, which could make it even more easy.

tell application “QuickTime Player”
      [...]

Keep on coding