home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / programm / 18021 next >
Encoding:
Text File  |  1992-11-04  |  2.3 KB  |  51 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!hellgate.utah.edu!csn!cherokee!uswest.com!davew
  3. From: davew@uswest.com (David Wroblewski)
  4. Subject: Flattened (Single Fork) QuickTime Movies
  5. Message-ID: <1992Nov5.013115.11383@advtech.uswest.com>
  6. Keywords: quicktime
  7. Sender: news@advtech.uswest.com (Radio Free Boulder)
  8. Nntp-Posting-Host: yuppieio.advtech.uswest.com
  9. Organization: U S WEST Advanced Technologies
  10. Date: Thu, 5 Nov 1992 01:31:15 GMT
  11. Lines: 38
  12.  
  13. Does anyone have experience using the QuickTime FlattenMovie function to 
  14. create single fork ("flattened") movie files?  I am experiencing a possible
  15. bug, or at least obscure behavior.
  16.  
  17. The behavior is this:  I flatten ordinary movie file A using a little custom program 
  18. that simply calls FlattenMovie, (producing file B) then FTP B round trip 
  19. (in binary mode) to a Unix machine and back (producing file C). A, B, and C all
  20. have different names on my disk. 
  21.  
  22. Now I delete file B.  
  23.  
  24. Now Simple Player (and other players) fail trying to play the movie from file C, popping 
  25. up the standard "Looking for movie file B" dialog that Quicktime shows when it can't 
  26. quickly resolve a reference to a data file. Of course, I think that QuickTime should be 
  27. finding the self-same file (C) I told Simple Player to open, but it won't accept that answer,
  28. it wants file B.  If I rename C to B, Simple Player can play it perfectly.
  29.  
  30. My theory is that somewhere inside the flattened movie file is an alias or other reference
  31. to the flattened movie file B, which wasn't changed via the FlattenMovie procedure.
  32. Since FlattenMovie was included in QuickTime exactly to handle the case of moving 
  33. movies to other (non-mac) file systems, this seems like a bug to me, and since I want to 
  34. write a "movie server" that can hand off movies to anyone who asks, without dictating the 
  35. name of the file it gets stored in, this is causing me real grief.
  36.  
  37. Has anyone else seen this, have ideas about what might cause it, or thoughts on how
  38. I might debug it?  Pointers to public domain code that flattens movies would also be
  39. appreciated, on the off chance that I am not using FlattenMovie correctly.
  40.  
  41. Thanks in advance.
  42.  
  43. David Wroblewski
  44. U S WEST Advanced Technologies
  45. Boulder, CO 80303
  46. (303) 541-6008
  47. davew@uswest.com
  48.  
  49.  
  50.  
  51.