Listing QuickTime Atoms?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Listing QuickTime Atoms?

    If I want to find all of the resource identifiers in a Resource Fork,
    I can call GetIndType (...) and it will return the next resource name
    in the file.

    But what if I want to do something similar in a QuickTime movie but do
    it for the movie's atoms?

    Is there a way to "discover" all of the atoms in a QuickTime movie
    without knowing their names beforehand?

    Thanks.



    Gary
    Gary Rice Guest

  2. Similar Questions and Discussions

    1. Listing Datasources in MX 6.1
      Anyone know what's up with CFMX 7 and doing this same thing? It's clearly been ripped out and re-done with the new funtionality in the api's......
    2. Listing
      Hello, I am just working on a text where I need to use listing symbols like in MS Word (dash oder points). But I cannot find anything like that in...
    3. Quicktime Playback Requires Downloaded Quicktime Components???
      I created a Director MX Presentation which plays a QuickTime video from a local disk. Occasionally, when the Director Projector begins to play the...
    4. direcorty listing
      Hi, I have a directory like structure below - cityname --townname ---busname ----day -----info.zip
    5. CD Directory Listing
      Is it possible to get the Directory listing from a CD in order to write it to a searchable database? If so does anyone know where I can get this...
  3. #2

    Default Re: Listing QuickTime Atoms?

    In article <9c6fb850.0309190935.7b88b391@posting.google.com >,
    [email]grice@panamsat.com[/email] (Gary Rice) wrote:
    > But what if I want to do something similar in a QuickTime movie but do
    > it for the movie's atoms?
    >
    > Is there a way to "discover" all of the atoms in a QuickTime movie
    > without knowing their names beforehand?
    Parse the QT Movie file (or the MooV resource). It should take less than
    an day to implement it.

    --
    This address is valid in its unmodified form but expires soon.

    Thomas Engelmeier Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139