peterpan 
Anmeldungsdatum: 20.07.2001 Beiträge: 41
|
Beitrag 0 - Verfasst am: Fr Apr 19, 2002 9:48 Titel: |
 |
|
Hallo,
habe ein avi 640x288 gross, was ich via dvd2svcd
nach svcd konvertieren will:
avi geladen
format 4:3 no borders.
das script,was dvd2svcd erstellt hat lautet
LoadPlugin("D PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL")
AVISource("meinavi.AVI")
ConvertToYUY2()
BicubicResize(480,288,0.00,0.75)
AddBorders(0,144,0,144)
ResampleAudio(44100)
......
mein mpeg ist jetzt schmaler als vorher.
(bei 1024x786 fullscreen vorher ca. 13 cm breit
nachher nur 11 cm)
kann man fitcd trauen? welches script würdet ihr empfehlen? wofür ist der temporal smoother wert?
fitcd:
no crop
LoadPlugin("*YOUR PATH*\mpeg2dec.dll")
AviSource("meinavi.avi")
BicubicResize(448,318,0,0.6,0,0,640,28
#TemporalSmoother(2,2)
AddBorders(16,129,16,129)
#Trim(0,98312).FadeOut(150)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1
accurate
LoadPlugin("*YOUR PATH*\mpeg2dec.dll")
AviSource("meinavi.avi")
BicubicResize(448,318,0,0.6,16,0,608,28
#TemporalSmoother(2,2)
AddBorders(16,129,16,129)
#Trim(0,98312).FadeOut(150)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1
average
LoadPlugin("*YOUR PATH*\mpeg2dec.dll")
AviSource("meinavi.avi")
BicubicResize(448,318,0,0.6,9,0,622,28
#TemporalSmoother(2,2)
AddBorders(16,129,16,129)
#Trim(0,98312).FadeOut(150)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1
max height
LoadPlugin("*YOUR PATH*\mpeg2dec.dll")
AviSource("meinavi.avi")
BicubicResize(448,318,0,0.6,16,0,608,28
#TemporalSmoother(2,2)
AddBorders(16,129,16,129)
#Trim(0,98312).FadeOut(150)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1
max width
LoadPlugin("*YOUR PATH*\mpeg2dec.dll")
AviSource("meinavi.avi")
BicubicResize(448,318,0,0.6,0,0,640,28
#TemporalSmoother(2,2)
AddBorders(16,129,16,129)
#Trim(0,98312).FadeOut(150)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
## If you want this 'fix' permanently, edit the INI-file:
## Under [AVSscript] set the CCEcrashfix-option to
## CCEcrashfix=1
accurate und max height error < 0,1 |
|