AVI
880 x 496
Image size: 880 x 496
Pixel Depth: 32
Frame Rate: 29.97
The bare bones script is:
UnalignedSplice (AviSource("FINAL A.avi"),AviSource("FINAL B2.avi"))
LanczosResize(720,352)
AddBorders(0,64,0,64)
SSRC(48000)
Before:

After:

That may be the problem, well not the removing the conversion, but rather, your footage has to be converted to YV12 anyway for MPEG-2. So even if you don't have ConvertToYV12() in your script I'm assuming TMpegEnc is doing the conversion anyway, and this is probably is causing the color dulling.TsunamiX wrote:Video editing newbie, trying to figure out a way to prevent the colors in my video from being dulled when converting to MPEG-2. I have tried a few things so far, such as removing various cleaners from my script (and the Convert to YV12 that they require)