Log in

View Full Version : avisynht de interlace troubles


kayman
10th September 2002, 18:19
ok here is what im doing im cappin jeremiah off TMN and encoding to DVD to burn to DVDR but every time i encode i get these strange lines (its not interlacing im not a newbie with this hehe) hte avis are clean and this linning is not present , im attaching a jpeg please look close at the hand ive never had this happen before .


kayman

oops i forgot my avs

LoadPlugin("f:\decomb.dll")
LoadPlugin("f:\Convolution3D.dll")
LoadPlugin("f:\simpleresize.dll")
LoadPlugin("f:\TemporalSoften2.dll")
LoadPlugin("f:\greedyhma.dll")
AVISource("E:\jm.avi")
trim(664,163772)
Telecide(blend=false)
decimate
#GreedyHMA(1, 0, 0, 0, 1, 1, 0, 0)
#Convolution3d (0, 6, 6, 8, 8, 3, 0)
TemporalSoften2(3,3,3)


EDIT by dividee: image deleted (better one below)

Belgabor
10th September 2002, 18:58
Sorry I can't see what you mean. All I can see is jpeg blocks. Post a png, prolly even with a large "Look here" arrow.

Cheers
Belgabor

Guest
10th September 2002, 19:02
I don't see any problem either.

If you're going to post uncompressed, please crop to just the area of interest. Otherwise the moderator may not validate the attachment.

kayman
10th September 2002, 19:09
heres a zoom in of it its hard to see on the image but in hte mpegs its very noticable

kayman
10th September 2002, 19:38
im using DV avis and its not present at all
for mpeg bitrates im using 0 - 9000 avg 4500

the avis are pristine and those lines are not there its only in the mpv afterwards

droolian01
10th September 2002, 21:19
Hi there.

Although your script did not show any resizing going on, these look like the jaggies produced by some resizing algos.

Did you omit the resize in your avs? Did the zooming required add/augment this artifact?

Just wondering!

kayman
10th September 2002, 21:35
no no resize at all caped at 720x480 mpeg is 720x480

hakko504
11th September 2002, 10:27
I've been looking at the picture a couple of times and I'm quite certain that the artifacts are created by Telecide(post=false). The areas have probably been detected as interlaced, and a new pixel value has been interpolated. this could explain why it looks resized, as interpolation and resizing is basically the same thing. Try changing the threshold values a bit. Look in Decombs readme, I'm sure you can get some hints there on what to change.

Guest
11th September 2002, 11:07
@hakko504

You meant blend=false of course.

Try setting post=false and seeing if the area in question comes out interlaced. If so, then hakko504's theory is most likely correct. You'll have to decide which is the worst evil for you, interpolation or blending.

hakko504
11th September 2002, 11:13
@neuron2

Yes, I did.:stupid: I was writing faster than I was thinking obviously... ;)

kayman
11th September 2002, 14:51
thanks! everyone that did the trick , now you cant tell if from a retail dvd *grin*

:)

kayman