OutSiderSP
3rd June 2006, 17:38
I have been trying to convert a HDTV captured documentary to DVD so I can watch on my TV. The source is DivX HDTV 1280x720p. I use a simple script to frameserve to CCE 2.67:
AVISource("D:\xxxx.avi")
Undot()
BlockBuster(method="noise",detail_min=1,detail_max=4,variance=0.5,seed=10)
Limiter()
LimitedSharpenFaster(dest_x=656,dest_y=448,smode=3)
AddBorders(24,16,24,16)
ConvertToYUY2()
unfortunately, there are lots of takes done undersea and, therefore, big areas coloured from deep navy blue to bright sky blue. I can see no banding in the original source using MPC, but after converting to mpeg2 I get awful banding. i used 3 passes, min=1000, max=9000, avg=4500 in CCE.
Is there a way out of this or should I live with this nasty banding ? I tried Convolution3d, FFT3filter, and some others I cannot remember. Can anyone give me a hand in this conversion? Or just tell me I have to live with this problem, it'd be ok.
Thanks a lot in advance.
AVISource("D:\xxxx.avi")
Undot()
BlockBuster(method="noise",detail_min=1,detail_max=4,variance=0.5,seed=10)
Limiter()
LimitedSharpenFaster(dest_x=656,dest_y=448,smode=3)
AddBorders(24,16,24,16)
ConvertToYUY2()
unfortunately, there are lots of takes done undersea and, therefore, big areas coloured from deep navy blue to bright sky blue. I can see no banding in the original source using MPC, but after converting to mpeg2 I get awful banding. i used 3 passes, min=1000, max=9000, avg=4500 in CCE.
Is there a way out of this or should I live with this nasty banding ? I tried Convolution3d, FFT3filter, and some others I cannot remember. Can anyone give me a hand in this conversion? Or just tell me I have to live with this problem, it'd be ok.
Thanks a lot in advance.