Log in

View Full Version : Avisynth video quality


onholder
31st May 2008, 16:46
Hi,

We are using Avisynth to overlay text on a video, then re-saving the video as an avi. We're finding that the video quality of the output avi is far lower than the quality of the input avi. In some cases, the output avi even seems to morph between color and black and white, and occasionally has some ghosting problems. Can anyone suggest where we might start looking for the problem? I understand that the quality of the input video has much to do with the quality of the output video, but in this case, the output quality is far lower than the input. Thanks!

Bruce

HymnToLife
31st May 2008, 16:54
Aren't you just using too high compression when saving the AviSynth output to AVI?

Guest
31st May 2008, 16:55
What is your output compression codec and what bitrate did you set?

Blue_MiSfit
31st May 2008, 22:47
If you're doing effects, and plan on using the video for something later (sounds like you might be editing), then output to a lossless codec!

HuffYUV, Lagarith, etc... are all good choices... Or Xvid @ CQ1 with a high bitrate matrix and no B-Frames :)

~MiSfit