Re: FTP

2001-09-23 Thread MMessieh
I have a modification of Andu's FTP stack that uploads/displays files on a server. Anyone interested, let me know. My only request is that people let me know of any good modifications to the stack. I don't have a server so if someone can put it on their server, it may be more available.

Stepping through a Quicktime Movie

2001-09-23 Thread Mark Luetzelschwab
Am I missing something obvious? How can you step through a quicktime movie, frame by frame (NextInterestingTime-no audio) IF THE FRAME RATE is NOT Constant. Is there a step command that I am missing? All I really want is the total number of frames in a movie. Thanks! -ml -- Archives:

FTP setup considerations

2001-09-23 Thread F. Ricardo, Ph.D.
Thanks, Michael! BTW, for anyone interested in using the precious new FTP syntax, my experience is that the following appear to increase transmission robustness rather significantly: on prepFTP # sanity check: if not (the stacksinUse contains libURL) then start using stack libURL #

record, buggy...

2001-09-23 Thread Rodney Tamblyn
I've found that the record feature in 2.4 is pretty buggy. Has anyone else been experimenting with this, if so I would be interested in your experiences and comments... My setup: Mac OS 9.1, QuickTime 5.02 MC 2.4. Recipe: Make a simple stack with a record and play button and a player

Julian date functions

2001-09-23 Thread Richard Gaskin
Thanks to Nelson Zink and David Jones for their code snippets for converting Julian dates. Below are two functions derived from Nelson Zink's code to go from standard date format to Julian and back again. I've modified the code into functions, changed the variable names to minimize potential