Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Create separate tracks from Snapz Pro X videos Apps
I don't know whether this is a hint at all and then, for a much too specialized topic. And of course, it's not perfectly programmed AppleScript (as I am a novice in this area), and might lack some error-proof functions and such. Anyways, it works well for me and might be of interest for QuickTime / screen video enthusiasts, so here it is...

Although the update of QuickTime to version 7 has a bunch of great features, some of the free AppleScripts from Apple don't seem to work any more -- maybe because of some replaced or repositioned functions within the menus. For example, the "Extract All Tracks" seems to stop at a certain point. Automator is nice, but offers just a short list of QuickTime actions, so I decided to go with good old AppleScript.

Basically, I needed an adaptation of this in order to split up the tracks of QuickTime screen videos recorded with Snapz Pro X and name files accordingly. The main good point about this script is its ability to save video, Mac audio, and the microphone track in three tracks of one QuickTime movie. In order to adjust levels and do some audio editing in post-production, it's quite useful to have the tracks separated.

And that's what this script does: you copy one QuickTime movie to a folder, the file is recognized, opened in QuickTime, tracks are extracted and saved into new movies showing a prefix identifier. For getting both video/mic and video/audio/mic movies to work with the script, there had to be some distinction of the "count of tracks." In order to attach the script to a "watched folder" on my desktop, I wrapped around some Folder Action code.

Here's the script -- any suggestions in terms of code improvement are appreciated.

[robg adds: I haven't tested this one yet...]
    •    
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[7,854 views]  

Create separate tracks from Snapz Pro X videos | 2 comments | Create New Account
Click here to return to the 'Create separate tracks from Snapz Pro X videos' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Share AirPort in Tiger Server
Authored by: david-bo on May 27, '05 07:44:01PM

It would be even better if it supported bridged DHCP but it doesn't:-(

This would be useful if you want a computer that connects through the shared internet to have a (public) ip from your ISP:s DHCP.

I have filed a bug/feature request with Apple on this but so far, no reaction.

---
http://www.google.com/search?as_q=%22Authored+by%3A+david-bo%22&num=10&hl=en&ie=ISO-8859-1&btnG=



[ Reply to This | # ]
Create separate tracks from Snapz Pro X videos
Authored by: david-bo on May 27, '05 07:45:22PM

Unfortunately these scripts are not available on the linked page, or any other page at Apple at all. However, I have posted them on the donkey network:

ed2k://|file|qtscripts.dmg|3867774|0AD7F0F5A1456EF3D2F663F7D38D1AC5|/

---
http://www.google.com/search?as_q=%22Authored+by%3A+david-bo%22&num=10&hl=en&ie=ISO-8859-1&btnG=



[ Reply to This | # ]