PhantomIre wrote:the thing is I usually DO export to .avi
Without understanding the rest of the process, just choosing .avi is not going to be much help.
PhantomIre wrote:Help me out, I'm losing hope with moho.
It's got
nothing to do with Moho.
Given a specific width and height, a specific frame rate, a specific codec, and a specific amount of pixel variation / compression algorithm interaction, the file will be the same size whether it was created in Moho, some other software, from a digital video camera, analogue capture card, or a series of scanned bitmaps joined together.
The factor that usually plays the biggest part (apart from width/height - in Moho, project settings) is codec (in Moho, selected during export).
If you're going to work in digital video, you
must get to know codec concepts and implications.
Full Frames (Uncompressed), the default compression setting for AVI files in Moho, usually produces
huge files.
It's the default setting in Moho because it makes no assumptions about what codecs you have installed, so it should work no matter what you've done to your system, even if you've been perverse enough to delete all your existing codecs.
Broadcast professionals will know if uncompressed video is appropriate for their post-production process.
Everyone else should use some sort of compressing codec.
For example, let's say you used the Moho defaults: 320x240, uncompressed, 60 seconds, at default 24 fps.
That's 320 width x 240 height x 4 bytes per pixel (assuming RGBA) x 60 frames x 24 frames per second. Roughly 400 megabytes.
So it sounds suspiciously like you've used the default settings.
Bad idea - no biscuit for you.
Firstly, define your output purpose:
Are you going to put this file into a video editor and do lots of further processing?
It will depend on what quality degradation you can get away with.
If you want the highest quality, a lossless codec may be best. If you're going to use the alpha channel information Moho puts out for compositing, a lossless AVI codec that supports RGBA is a good idea, such as HuffYUV or Lagarith. If you've rendered the background with the animation, alpha support isn't so important, and you can choose some other lossless codec.
You should be able to get file sizes a quarter the size of uncompressed video, if not less.
Is it to go straight to the web?
A good lossy compression is a good idea. If you were outputting to Quicktime, something like Sorenson 3. For AVIs, maybe some MPEG4-based codec (XviD, DivX, maybe Microsoft MPEG-4), or something like Indeo or On2 VP7.
Your 300 MB uncompressed file will probably end up something like several megabytes, or even less.
Are you writing it to DVD to play on a standalone DVD player?
Are you happy with the more restricted compatibility of DivX or are you going to standard MPEG-2?
If you just use the defaults, yes you will get huge files from Moho. Without a basic understanding of codecs, you will have trouble no matter what software or hardware you use.
Some reading for you:
http://www.siggraph.org/education/mater ... efault.htm
http://en.wikipedia.org/wiki/Codec
http://en.wikipedia.org/wiki/Video_codec
http://en.wikipedia.org/wiki/Lossless
Regards, Myles.