File size is too large for 100 frame sequence

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default File size is too large for 100 frame sequence

    I have a 100 frame JPG sequence set at 800x600 resolution. The problem is, the cast size of these frames alone is 180+MB when all are selected and viewed using the property inspector (the actual file size of all the JPGs on disk is only around 10MB). I understand that Director turns all the images into bitmap anyway, but is there a way that I can reduce the file size and memory load of this sequence?


    stab2000 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. File size gets really large when printing
      I have a problem that I cannot seem to find an answer to. Occasionally when I use graphic styles in a document I have problems printing - for example...
    2. PDF file size too large...
      All, I work in an agency where for the past 10 years we have used Pagemaker for all of our literature. We have created PDF's from PM for use on our...
    3. Very Large Artboard / Document Size Problems and large content size
      Hi, Im currently trying to create a design for a box that is 18" X 18" X 18". I have never worked on anything this large before. THe image is...
    4. Illustrator CS files with large linked files results in large file size
      If I place a large linked Photoshop 7 file (.psd or.eps), say 36 MB, in Illustrator CS and save without embedding the file it takes ages to save and...
    5. Finding the size of a large file
      I am new to Perl. I have a Sun box running Solaris 8 and the Perl that comes with the OS. I pulled some code off of Sun's site that searches a...
  3. #2

    Default Re: File size is too large for 100 frame sequence

    your stuck with the memory load, although converting to 16 bit halfs the
    ram requirement.

    will need to do preloads and unloads to manage available ram.

    you can shockwave compress director files that are used with projetors,
    this will utilize jpeg compression.
    JB Guest

  4. #3

    Default Re: File size is too large for 100 frame sequence

    >>you can shockwave compress director files that are used with projetors,
    this will utilize jpeg compression.<<

    You can also change the member's compression to .jpg so projectors will also
    use it...

    --


    Dave Mennenoh
    [url]http://www.crackconspiracy.com/~davem[/url]


    Dave Mennenoh Guest

  5. #4

    Default Re: File size is too large for 100 frame sequence

    Shockwave compression greatly reduces the file size. The projector is now only about 23MB. Still, when I open the projector it takes a while to load to my memory. I know it's not the computer. When you run a projector that was made with shockwave compression, does this uncompresswhen you run it?



    stab2000 webforumsuser@macromedia.com 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