digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: My DVD2SVCD script (http://www.digitalfaq.com/archives/avisynth/3785-avisynth-dvd2svcd-script.html)

telemike 05-28-2003 12:43 PM

My DVD2SVCD script
 
What I've been using lately. Seems to work pretty good. Any suggestions that won't increase time significantly? I am getting .650 thruput with CCE 2.50.

Would it be possible to use the Gripfit/Crop/Borders instead? Should I use legalcip? Thanks.

Code:

[AVISYNTH_BilinearResize,Temporal Cleaner,Dustv5]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=LoadPlugin(!Dustv5.dll)
2=LoadPlugin(!TemporalCleanerOld.dll)
3=SpaceDust()
4=TemporalCleaner()
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Dustv5.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Dustv5.dll
!TemporalCleanerOld.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\TemporalCleanerOld.dll


Dialhot 05-28-2003 01:07 PM

Re: My DVD2SVCD script
 
Quote:

Originally Posted by telemike
Would it be possible to use the Gripfit/Crop/Borders instead?

I gave an example on how to use GripFit in DVD2SVCD there :

http://www.kvcd.net/forum/viewtopic.php?t=4209

telemike 05-30-2003 08:11 AM

What advantages would there be to using Gripfit?

break 05-30-2003 05:58 PM

When using DVD material (16:9 - 1.85 and 2.35), it automates finding the correct horizontal resize format and cropping black border :wink: .

telemike 06-01-2003 07:25 AM

Code:

[AVISYNTH_GripFit,Temporal Cleaner, Dustv5]
0=LoadPlugin(!GripFit.dll)
1=GripCrop(^Height,^Width,overscan=2,source_anamorphic=^Source_ana)
2=GripSize(resizer="^Resizer")
3=LoadPlugin(!Dustv5.dll)
4=LoadPlugin(!TemporalCleanerOld.dll)
5=SpaceDust()
6=TemporalCleaner()
7=GripBorders()
!GripFit.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\GripFit_preview.dll
^Height=480
^Width=480
^Source_ana=false
^Resizer=BilinearResize
!Dustv5.dll=
!TemporalCleanerOld.dll=



All times are GMT -5. The time now is 04:39 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.