Quantcast Avisynth: my DVD2SVCD Script - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
05-28-2003, 12:43 PM
telemike telemike is offline
Free Member
 
Join Date: Jan 2003
Location: Greensboro, NC
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to telemike
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-28-2003, 01:07 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3  
05-30-2003, 08:11 AM
telemike telemike is offline
Free Member
 
Join Date: Jan 2003
Location: Greensboro, NC
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to telemike
What advantages would there be to using Gripfit?
Reply With Quote
  #4  
05-30-2003, 05:58 PM
break break is offline
Free Member
 
Join Date: Oct 2002
Location: Italy
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
When using DVD material (16:9 - 1.85 and 2.35), it automates finding the correct horizontal resize format and cropping black border .
Reply With Quote
  #5  
06-01-2003, 07:25 AM
telemike telemike is offline
Free Member
 
Join Date: Jan 2003
Location: Greensboro, NC
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to telemike
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=
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: 2.08 script, where to go from here? ftin Video Encoding and Conversion 1 07-29-2003 07:19 PM
Avisynth: Latest optimal script and DVD2SVCD CCE multipass? audi2honda Avisynth Scripting 19 06-18-2003 05:27 PM
DVD2SVCD: Importing avisynth scripts to dvd2svcd powie Video Encoding and Conversion 7 04-25-2003 11:38 PM
DVD2SVCD: Default AVISynth Script Edward The Head Video Encoding and Conversion 0 12-02-2002 11:40 AM
DVD2SVCD: Changing DVD2SVCD.ini default settings for avs script...... black prince Video Encoding and Conversion 3 11-01-2002 03:25 AM




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