PDA

View Full Version : Cartoon in CCE - Jagged Edge Need help


DaMan
17th January 2003, 04:40
Made 2 attempts to re-encode cartoon based material, both with Forced Film and Interlaced option via DVD2AVI. My problem is getting jagged edge horizontal scan lines in characters movements. In CCE 2.50, I thought if I unchecked progressive frames with full 29.97 fps frame served from DVD2AVI would solve the problem, but 'am still seeing it.

Any thoughts on this? I do not use IVTC or any filters via avisynth.

Thanks in advance...

1loser
19th January 2003, 08:20
Try this and don't use force film.

Your script should look like this:

LoadPlugin("C:\avs\MPEG2DEC.dll")
LoadPlugin("C:\avs\Decomb.dll")
LoadPlugin("C:\avs\TemporalSoften2.dll")
mpeg2source("28 days.d2v")
Telecide()
Decimate(5)
TemporalSoften2(2,5,5)
AssumeFrameBased().SeparateFields()
BicubicResize(480,240).weave()
ResampleAudio(44100)

The video file will than be at 23.976 fps and you need to do a 2:3 pulldown to get it back to 29.97.