I am building a media application for OS X, using QuickTime to  
display a movie file with a different audio track.  Both my audio and  
video threads are working fine, but I need to be able to load movie  
segments, given start time and duration (or end time).

To accomplish this, should I...
1) load the segment instead of the entire movie file, or
2) load the movie file, then specify the start/end times

What Qt components are necessary? Does anyone know any (even  
preliminary) documentation for the undocumented Carbon modules? other  
resources?

Thanks in advance!
Scotty
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to