cleaner 5 and quicktime export components

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

  1. #1

    Default cleaner 5 and quicktime export components

    I'm trying to write a little dummy export component for cleaner 5. It
    doesn't do
    anything just yet, just writes out a file with my name in it regardless of
    the input.

    Using Apples dataexchange test program it works fine.

    Under cleaner, the primary data exporting functions never get called
    (procstodataref, tofile, or anything like that).
    All it calls is setfromatom, getfromatom, and getfileextension (and of
    course open and close).
    From the cleaner interface it appears to work, but since none of the
    exporting functions get
    called it never does anything.

    Can anyone offer any insight as to why this might be?

    Neil


    Neil Guest

  2. Similar Questions and Discussions

    1. export to quicktime sound problem
      I have flash pro 8. When I export to quicktime the video is fine but the sound is like 2 audio tracks are playing at once. How do I fix this and...
    2. quicktime export plug in
      Can someone please tell me where I can find the quicktime export plug in to use with flash 8 encoder? I looked at apple but didn't find it.
    3. Quicktime Requires QT Authoring Components?!?
      I have a Director MX projector (Windows) that I created which plays a QuickTime movie. Everything works fine on most machines, but I have noticed...
    4. 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...
    5. QuickTime Sound Import/Export
      Hi, I am writing an Application to grab a sound either from the Microphone or from a sound file and then write it back to another file. I use...
  3. #2

    Default Re: cleaner 5 and quicktime export components

    In article <bj2hbo$5ph$1@reader2.panix.com>, "Neil" <foo@bar.com>
    wrote:
    > From the cleaner interface it appears to work, but since none of the
    > exporting functions get
    > called it never does anything.
    >
    > Can anyone offer any insight as to why this might be?
    Probably another "Expected" call is not implemented.
    Subscribe to quicktime-dev on lists.apple.com and ask again there...

    Regards,
    Tom_E
    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