SleeK
2nd September 2004, 04:16
Hi,
I am having problem with DVD2SVCD avisynth editing. After editing the script, DVD2SVCD starts Cinema Craft Encoder and it crashes there. If i dont edit the script it works fine. I used Q62 from here (http://forum.doom9.org/showthread.php?s=&threadid=21859) to add my own borders. I started with these settings:
Aspect ratio = Anamorphic
NTSC -> PAL
Resize to SVCD
Multipass VBR (4)
AVI -> SVCD
Avisynth = Edit as part of encoding
Rest of the settings are defaults.
Avisynth Script (before starting):
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(^BorderLeft,^BorderTop,^BorderRight,^BorderBottom)
^b_value=0.0
^c_value=0.6
My Edited script during encoding:
LoadPlugin("G:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
AVISource("G:\b.AVI",audio=false)
ConvertToYUY2()
AssumeFPS(25,1,True)
BicubicResize(480,576,0.0,0.6)
SimpleResize(480,332)
AddBorders(0,122,0,122)
Btw my system specs:
P4 2.4 (no HT)
WinXP Pro SP1
Maxtor 120GB HDD
What am i doing wrong here?
Thanks for your help.
I am having problem with DVD2SVCD avisynth editing. After editing the script, DVD2SVCD starts Cinema Craft Encoder and it crashes there. If i dont edit the script it works fine. I used Q62 from here (http://forum.doom9.org/showthread.php?s=&threadid=21859) to add my own borders. I started with these settings:
Aspect ratio = Anamorphic
NTSC -> PAL
Resize to SVCD
Multipass VBR (4)
AVI -> SVCD
Avisynth = Edit as part of encoding
Rest of the settings are defaults.
Avisynth Script (before starting):
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(^BorderLeft,^BorderTop,^BorderRight,^BorderBottom)
^b_value=0.0
^c_value=0.6
My Edited script during encoding:
LoadPlugin("G:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
AVISource("G:\b.AVI",audio=false)
ConvertToYUY2()
AssumeFPS(25,1,True)
BicubicResize(480,576,0.0,0.6)
SimpleResize(480,332)
AddBorders(0,122,0,122)
Btw my system specs:
P4 2.4 (no HT)
WinXP Pro SP1
Maxtor 120GB HDD
What am i doing wrong here?
Thanks for your help.