cyberbob25
13th September 2004, 16:33
OK, I want to start out by saying that I know this may not be possible, but I wanted to ask the experts. I have a wedding video that is recorded in PAL and spread across 4 DVD's. The video is actually only 3 1/2 hours long, just encoded at a very high bitrate (DVD Lab Bitrate viewer shows an average of 8000 Kbs, with very little fluctuation). I am trying to convert it to NTSC, and since 3 1/2 hours of video isn't a long shot for a single disc, I'm trying to do that also.
I followed Xesdeeni's guide on format conversion at http://forum.doom9.org/showthread.php?s=&threadid=45459, and through his help on a previous movie, I'm using the following script:
loadplugin("c:\windows\system32\dgdecode.dll")
MPEG2Source("d:\wedding.d2v")
undot().deen()
SeparateFields()
Weave()
YV12toYUY2(interlaced=true)
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ConvertFPS(59.94)
SelectEvery(4,0,3)
I added undot().deen() since I've had good results before when having to use a higher compression. I load the .avs file into CCE and set it to multipass VBR. By my calculations (I'm not very good at math, though), I set average bitrate to 2800, minimum to 0, and maximum to 9000. I change it to 4 passes, and leave everything else at default.
The resulting video has a lot of noise, and to my eye is a very poor quality. Is there anything else I can do to help improve the picture? I have seen the results of a backup of LOTR:Return of the King, which is about the same length, using Rebuilder and Undot().deen() which looked crystal clear.
Anybody have any ideas? Are there any other filters or CCE setting which may make this look cleaner?
Sorry for the long winded post.
I followed Xesdeeni's guide on format conversion at http://forum.doom9.org/showthread.php?s=&threadid=45459, and through his help on a previous movie, I'm using the following script:
loadplugin("c:\windows\system32\dgdecode.dll")
MPEG2Source("d:\wedding.d2v")
undot().deen()
SeparateFields()
Weave()
YV12toYUY2(interlaced=true)
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ConvertFPS(59.94)
SelectEvery(4,0,3)
I added undot().deen() since I've had good results before when having to use a higher compression. I load the .avs file into CCE and set it to multipass VBR. By my calculations (I'm not very good at math, though), I set average bitrate to 2800, minimum to 0, and maximum to 9000. I change it to 4 passes, and leave everything else at default.
The resulting video has a lot of noise, and to my eye is a very poor quality. Is there anything else I can do to help improve the picture? I have seen the results of a backup of LOTR:Return of the King, which is about the same length, using Rebuilder and Undot().deen() which looked crystal clear.
Anybody have any ideas? Are there any other filters or CCE setting which may make this look cleaner?
Sorry for the long winded post.