dark_jedi said:
So NO ONE here knows how to encode a lossless avi using x264 LOL?
You write an Avisynth script pointing to the AVI:
Avisource("whatever.avi")
and feed that to a GUI. I would recommend something like ASX or XviD4PSP to start off. They are both fairly straight forward and have features for resizing and cropping. Personally, I perform my own calculations for resizing and cropping and add them to the Avisynth script.