steptoe
7th September 2006, 11:35
I have a project I'm working on thats interlaced and finally worked out that the output was going all screwy due to not having ConvertToYUY2(interlaced=true) as the very first line in my script list, once I added this via the script editor things were fine
I deselected the ConvertToYUY2(interlaced=true) from the AVS options in DVD-RB Pro, as I didn't see the point in having it twice, but checking the .avs file after a quick 10 second encode to check teh filters now working, the ConvertToYUY2(interlaced=true) is still there so it looks like setting the option to remove it isn't actually removing the filter
This is the .avs files after deselecting the AVS option in DVD-RB and quitting the program just in case its saved somewhere as a setting
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("E:\CD And DVD Related\DVD-RB Pro\DGDecode.dll")
mpeg2source("P:\----------Temp_Folders\DVD-RB_Work\D2VAVS\V01.D2V",idct=4)
LoadPlugin("E:\Video Related\AviSynth\plugins\Colormatrix.dll")
Import("E:\Video Related\AviSynth\plugins\RemoveDirt.avs")
Import("E:\Video Related\AviSynth\plugins\MVBob.avs")
ConvertToYUY2(interlaced=true)
CropBottom(10)
trim(0,131)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
Will having two lots ConvertToYUY2(interlaced=true) in the script effect anything quality wise as its a VHS transfer that needs cleaning up so I don't want to lose even more quality by having unnecessary filters
I deselected the ConvertToYUY2(interlaced=true) from the AVS options in DVD-RB Pro, as I didn't see the point in having it twice, but checking the .avs file after a quick 10 second encode to check teh filters now working, the ConvertToYUY2(interlaced=true) is still there so it looks like setting the option to remove it isn't actually removing the filter
This is the .avs files after deselecting the AVS option in DVD-RB and quitting the program just in case its saved somewhere as a setting
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("E:\CD And DVD Related\DVD-RB Pro\DGDecode.dll")
mpeg2source("P:\----------Temp_Folders\DVD-RB_Work\D2VAVS\V01.D2V",idct=4)
LoadPlugin("E:\Video Related\AviSynth\plugins\Colormatrix.dll")
Import("E:\Video Related\AviSynth\plugins\RemoveDirt.avs")
Import("E:\Video Related\AviSynth\plugins\MVBob.avs")
ConvertToYUY2(interlaced=true)
CropBottom(10)
trim(0,131)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
Will having two lots ConvertToYUY2(interlaced=true) in the script effect anything quality wise as its a VHS transfer that needs cleaning up so I don't want to lose even more quality by having unnecessary filters