Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-18 Thread Trevor DeVore
On Apr 18, 2006, at 3:49 PM, Josh Mellicker wrote: Trevor, How about reading the timecode track from a QT movie? Use the qtGetCurrentTimeCode() function. Entry from the docs: function qtGetCurrentTimeCode (MovieControllerID) QT Version: 3 Description: Returns the current time code

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-18 Thread Josh Mellicker
Trevor, How about reading the timecode track from a QT movie? Josh On Apr 15, 2006, at 10:11 PM, Trevor DeVore wrote: On Apr 13, 2006, at 2:51 PM, Josh Mellicker wrote: Hope this is useful to someone (until Trevor adds export settings to the external!) Hi Josh, I do have a rough vers

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-17 Thread Vikram Singh
' been looking forward to this, Trevor cheers, vikram On Apr 15, 2006, at 10:11 PM, Trevor DeVore wrote: > On Apr 13, 2006, at 2:51 PM, Josh Mellicker wrote: >> >> Hope this is useful to someone (until Trevor adds export settings >> to the external!) > > Hi Josh, > > I do have a rough version

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-17 Thread Josh Mellicker
Wow, that sounds cool! On Apr 15, 2006, at 10:11 PM, Trevor DeVore wrote: On Apr 13, 2006, at 2:51 PM, Josh Mellicker wrote: Hope this is useful to someone (until Trevor adds export settings to the external!) Hi Josh, I do have a rough version of this working in my internal build of t

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-15 Thread Trevor DeVore
On Apr 13, 2006, at 2:51 PM, Josh Mellicker wrote: Hope this is useful to someone (until Trevor adds export settings to the external!) Hi Josh, I do have a rough version of this working in my internal build of the external. Basically, it allows you to call the export settings dialog an

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-13 Thread Josh Mellicker
Just in case anyone is curious, I ended up doing this in Applescript, here's the step-by-step: 1. manually export a movie in QT pro with the export settings you want 2. run this applescript once: tell application "QuickTime Player" tell first movie save export settin

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-13 Thread Thomas McGrath III
Josh, I get an error on this, ;-) Have you looked at the quicktime library by Trevor De Vores named "Enhanced Quicktime External" found here: http://www.bluemangolearning.com/developer/revolution/enhancedqt.php pass readThisPost end Tom On Apr 12, 2006, at 11:52 PM, Josh Mellicker wrote

an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-12 Thread Josh Mellicker
We need an app that will essentially transcode a bunch of QT movies from one codec to another (and place them in certain relative folders). (Like an batch automated Quicktime Export with certain predefined settings) (The Apple app Compressor will make a "droplet" but it is severely limite