1
Archive / Re: FF7 movies decoding enhancement
« on: 2007-01-07 18:51:40 »I've made some progress so far and I think there will be more. If only a could figure out how to use ffdshow as encoder in VirtualDub. There are some nice filters I'd like to try. But everytime I try to save avi using ffdshow for compression I get this error message "The source image format is not acceptable". Why's that?
Quite a few codecs will not allow a resolution that is not in their "relm of acceptable resolutions" or is not within a proper aspect ratio. Obviously, any movie can be stretched to fill up a standard screen & maintain the 4:3 aspect ratio....but the codecs may require that the movie itself be 4:3 because it is going to assume that pixels are all perfectly square.
If the original resolution is 320x224, then you are dealing with an aspect ratio of 1.43 instead of 1.333.
The thing that is odd is that I am assuming that you are doing an image transform to 320x240 before attempting to save the movie & it is still not allowing that.