Hello. I am really new to programming in Xcode as all my experience
has been in Visualbasic so far. I'd like to start using Xcode.
I need to make a program that the user can type in words into the text
field and then these are put into a video and output as an alpha-
channel. For example, like subtitles over a video, the user can type
in the subtitles and then overlay them over the video preview, but
when output it is outputting only the alpha channel of the words which
can then be put into editing in whatever app the user wants (Finalcut
etc.).
Any tips on how to get started, any plugins etc. that I could use or
websites and guides would be great, thanks!
Richard Brown
Reinder Verlinde - 23 May 2007 07:04 GMT
> Hello. I am really new to programming in Xcode as all my experience
> has been in Visualbasic so far. I'd like to start using Xcode.
[quoted text clipped - 9 lines]
> Any tips on how to get started, any plugins etc. that I could use or
> websites and guides would be great, thanks!
I would start at <http://www.apple.com/applescript/quicktime/>, and
study the text track related AppleScripts you can download from there.
From there, decide whether AppleScript can do what you need. If not,
study the QuickTime documentation.
Reinder