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

Reply
 
LinkBack Thread Tools
  #1  
07-23-2003, 05:55 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Has anyone done a script for dvd2svcd, source:divx....preferably kvcd ulr or ulbr.....a PAL & NTSC script would be great!....thx
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  
07-23-2003, 06:09 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
As D2S add a "ConvertToYUY2" in front of every script using an avi as source, it's very painful to adapt the last MA script (that claim YV12).

But if you want to use it, all you have to do is to modify all the settings of D2S according the official specification of KVCD(Notch Matrix and GOP setting to 1-24-2-1-24, see home page of the site), set the MIN and MAX bitrate according the template you want (64-900 for ULBR, 150-1300 for LBR, 300-2300 for normal KVCDx3), and add these lines to the end of DVD2SVCD.ini :
Code:
[AVISYNTH_Adaptative Filter]
0=ConvertToYV12()
1=nf=0
2=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
3=GripSize(resizer="BiCubicResize")
4=Undot()
5=Asharp(1, 4)
6=STMedianFilter(^S_FilterThreshHold, ^S_EdgeThreshHold, 0, 0 )
7=MergeChroma(blur(^blur_chroma))
8=MergeLuma(blur(^blur_luma))
9=SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
10=ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "nf >= SwitchThreshold ? unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,11+nf) ")
11=GripBorders()
12=function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
^overscan=1
^source_ana=false
^dest_ana=false
^S_FilterThreshHold=8
^S_EdgeThreshHold=32
^blur_chroma=1.58
^blur_luma=0.1
(note: this is not the official MA script, I slightly changed it)

This will add a new entry under "Frameserver" tab that is called : Adaptative Filter).

You need to have avs2.52 in order to use this.

Note: this script won't allow to use KVCDx3 resolution (D2S doesn't give choice other than VCD,SVCD,CVD and DVD) but you can use them by doing :

Code:
2=GripCrop(^Width, ^Height, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
and adding this 2 lines at the end of the file :
Code:
^Width=544 <- or 528
^Height=480 <- or 576 for PAL
Reply With Quote
  #3  
07-23-2003, 06:14 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Holly crap.....u made me feel like a thicko Phil, i didnt understand any of that....its ok its ME!

have u made one urself? any chance of e-mailing it plz....if not i understand.....thx m8
Reply With Quote
  #4  
07-23-2003, 06:18 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Send me a private message with you email adress and tonight (it's 1PM here and I'm at the office) I will send you the 2 ini files that I use.
Reply With Quote
  #5  
07-23-2003, 06:26 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Phil ur a star m8!
Reply With Quote
  #6  
07-23-2003, 08:02 AM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
@Phil....i'm trying this one in moviestacker at the moment...wot do u think??

LoadPlugin("D:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\DustV5.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("D:\Program Files\MovieStacker\Filters\LegalClip.dll")

AviSource("D:\????????????????????.avi")
LegalClip()
GripCrop(480, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
SpaceDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()
Reply With Quote
  #7  
07-23-2003, 08:59 AM
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 TheDJ®
AviSource("D:\Emule Movies\DVD-Rip's\XXXXXXXXXXXXXXXXXXXXXXXX.XViD-DVL.avi")
I think that this thread is CLOSED.
Reply With Quote
  #8  
07-23-2003, 12:56 PM
Avalon Avalon is offline
Free Member
 
Join Date: Jul 2003
Location: Venus
Posts: 187
Thanks: 0
Thanked 0 Times in 0 Posts
Me too!!!!!

Can somebody edit his post????
Reply With Quote
  #9  
07-23-2003, 02:30 PM
TheDJ TheDJ is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
ooops sorry about that Phil, didnt realise.....

been edited!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Is it me or is the latest MA script slow? audi2honda Avisynth Scripting 1 12-08-2003 04:27 AM
Avisynth: Latest script compatible with 2.51? Reno Avisynth Scripting 15 07-11-2003 06:26 AM
Avisynth: Latest script discussion kwag Avisynth Scripting 290 05-04-2003 06:46 PM
Avisynth: Latest vhs script? Paul0889 Avisynth Scripting 1 04-18-2003 09:31 PM
Avisynth: Latest KVCD script please! syk2c11 Avisynth Scripting 1 04-02-2003 10:03 AM




 
All times are GMT -5. The time now is 09:30 AM  —  vBulletin © Jelsoft Enterprises Ltd