amgeex
2nd January 2009, 18:44
I'm having this problem:
http://img168.imageshack.us/img168/8238/nuevaimagennn7.th.png (http://img168.imageshack.us/my.php?image=nuevaimagennn7.png)
I assume its ghosting, but I'm not sure. The source is progressive, so I don't know why I'm getting these scanlines. I encoded the same dvd with handbrake and didn't have any of these problems.
Here's my avs script:
mpeg2source("resident.d2v")
Import("LimitedSharpenFaster.avs")
source = last
# Color Correction#
source = source.Tweak(sat=2.0, bright=-15.0, cont=1.5, hue=0.0)
# Denoising
backward_vectors2 = source.MVAnalyse(isb = true, lambda = 1000, delta = 2)
backward_vectors1 = source.MVAnalyse(isb = true, lambda = 1000, delta = 1)
forward_vectors1 = source.MVAnalyse(isb = false, lambda = 1000, delta = 1)
forward_vectors2 = source.MVAnalyse(isb = false, lambda = 1000, delta = 2)
source = source.MVDenoise(backward_vectors1, backward_vectors1, forward_vectors1, \
forward_vectors2, tht = 10, thsad = 300)
# Sharpening
source = source.LimitedSharpenFaster(Smode=4, soft=-1, wide=true)
return source
Here's the log from DGIndex:
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x480
Display Size:
Aspect Ratio: 16:9 [3]
Frame Rate: 29.970030 fps
Video Type: Film 99.79%
Frame Type: Progressive
Coding Type: B
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order:
Coded Number: 138306
Playback Number: 2
Frame Repeats: 0
Field Repeats: 1
VOB ID: 1
Cell ID: 29
Bitrate:
Bitrate (Avg):
Bitrate (Max):
Audio Stream: 80: AC3 3/2 384
Timestamp: 1:36:05
Elapsed: 0:14:24
Remain: FINISH
FPS:
Info:
I attached the handbrake log, don't know if it may be useful.
I want to know how to fix ir or if something is wrong with my script... Thanks in advance!
http://img168.imageshack.us/img168/8238/nuevaimagennn7.th.png (http://img168.imageshack.us/my.php?image=nuevaimagennn7.png)
I assume its ghosting, but I'm not sure. The source is progressive, so I don't know why I'm getting these scanlines. I encoded the same dvd with handbrake and didn't have any of these problems.
Here's my avs script:
mpeg2source("resident.d2v")
Import("LimitedSharpenFaster.avs")
source = last
# Color Correction#
source = source.Tweak(sat=2.0, bright=-15.0, cont=1.5, hue=0.0)
# Denoising
backward_vectors2 = source.MVAnalyse(isb = true, lambda = 1000, delta = 2)
backward_vectors1 = source.MVAnalyse(isb = true, lambda = 1000, delta = 1)
forward_vectors1 = source.MVAnalyse(isb = false, lambda = 1000, delta = 1)
forward_vectors2 = source.MVAnalyse(isb = false, lambda = 1000, delta = 2)
source = source.MVDenoise(backward_vectors1, backward_vectors1, forward_vectors1, \
forward_vectors2, tht = 10, thsad = 300)
# Sharpening
source = source.LimitedSharpenFaster(Smode=4, soft=-1, wide=true)
return source
Here's the log from DGIndex:
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x480
Display Size:
Aspect Ratio: 16:9 [3]
Frame Rate: 29.970030 fps
Video Type: Film 99.79%
Frame Type: Progressive
Coding Type: B
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order:
Coded Number: 138306
Playback Number: 2
Frame Repeats: 0
Field Repeats: 1
VOB ID: 1
Cell ID: 29
Bitrate:
Bitrate (Avg):
Bitrate (Max):
Audio Stream: 80: AC3 3/2 384
Timestamp: 1:36:05
Elapsed: 0:14:24
Remain: FINISH
FPS:
Info:
I attached the handbrake log, don't know if it may be useful.
I want to know how to fix ir or if something is wrong with my script... Thanks in advance!