QUOTE(kendybech @ Apr 23 2007, 10:54)

I need to shrink a avi file from 217mb to 15 mb.
Is there a program to do that...it doesn't matter if the quality gets a bit poor.
If that is not possible with program can i use the cut some pieces out of it.
Im not a pro in this stuf so recommend me some easy things .
Any help appreciated.
1st, i have to fully agree with Skelsgard, there is almost no reason to use commercial apps for home use at least...
-------------------------
2nd, generally speaking about FATavi->tinyavi procedure goes like:
a. get the info about your FATavi, resolution, framerate, audio type, duration, ect (you can use something like mediainfo
http://mediainfo.sourceforge.net/enb. think about your audience, will this be only you and your pc?, will this be your mpeg4 powered standalone player, ect
c. then the usual procedure is: demux the audio, compress the audio, scale down the video, compress the video using some delta codec, remux the new audio + video = and there you go.
With enough downscaling you can get away with almost any bitrate you can imagine (but of course the quality will be really bad after some undefined point).
p.s.
everyday software i use is already mentioned avisynth, then virtualdub and virtualdubmod, lame, nero cli aac encoder, x264, mediainfo, HC mpeg2 encoder, muxman, and gazillion others...
p.s.2.
unfortunately one-click solutions will not get you far.