PDA

View Full Version : Cedocida and Avisynth


JP06
20th March 2007, 09:17
Hello!

If I open up an .avs -file in VirtualDub and choose Cedocida codec for output, the resulting file has very visible artefacts in it:

http://www.omanetti.fi/riittamo/clip.JPG

If instead, I select uncompressed for output and compress it afterwards using Cedocida, the output is fine. Do you know what causes these artefacts, or how could I avoid them (without uncompressing in between)?

This is my Avisynth script:

AviSource("deinterlace.avi")
loadplugin("J:\Video\AviSynth 2.5\plugins\TDeint.dll")
loadplugin("J:\Video\AviSynth 2.5\plugins\fft3dfilter.dll")
ConvertToYUY2()
tdeint()
FFT3DFilter(sigma=3.5,plane=4,bt=3,sharpen=0.3)

I'm using VirtualDub 1.6.17, Avisynth 2.5.7 and Cedocida 0.1.6.

IanB
20th March 2007, 13:04
Try Cedocida 0.1.7 (http://neuron2.net/misc/cedocida017.zip)

Also try temporarily commenting out TDeint and FFT3DFilter lines.