View Full Version : Convolution3D AviSynth filter
machura
15th September 2002, 20:54
Is possible to add Convolution3D AviSynth filter, when is used conversion AVI to SVCD ? It may be for better conversion DV Avi to SVCD.
UltimateDBZ
16th September 2002, 00:47
I don't know how well it would work (if at all), but you could easily try it out by just adding it's command lines to the AVISynth script file.
machura
16th September 2002, 06:10
Can you help me , how ?
mkanel
16th September 2002, 15:05
Machura,
It's really simple after you do it once. In DVD2SVCD go to the frameserver tab and select "Edit as part of Video encoding" the other option "Edit when dvd2avi is done" won't work since you're doing an avi conversion.
After DVD2SVCD finishes the audio processing you'll get a box with the .avs script that will look something like this:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL")
AVISource("D:\AVICUT~1.AVI")
ConvertToYUY2()
BilinearResize(480,480)
Add two lines to get this:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\Convolution3D\Convolution3D.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL")
AVISource("D:\AVICUT~1.AVI")
ConvertToYUY2()
BilinearResize(480,480)
Convolution3D(0,5,3,5,3,3,0)
You will of course have to enter the path to your Convolution3D.dll and play with the filter settings.
machura
16th September 2002, 20:04
Thanks. Exist some good settings for PAL ? I need it for prefiltering AVI file from DV for better conversion to MPEG2 (SVCD).
machura
17th September 2002, 07:28
Can by add this feature to next version of DVD2SVCD, please ?
I cannot add this options permanently.
Thanks
M.
vlad59
17th September 2002, 21:00
There is not particular settings for PAL or NTSC as Convolution3D must be applied after IVTC or deinterlacing.
Please start with the settings proposed in convolution3D.txt and after if you need more help, I'll try to help you.
machura
19th September 2002, 21:00
May be added this options to next version of DVD2SVCD, please ?
dvd2svcd
19th September 2002, 22:51
Done.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.