Spartaantje
16th October 2003, 12:25
Hello!
I hope there's somebody who can help.
I read\a lot of topics and got one telling me to insert the following lines into my avisynth.ini, I did and edited the mentioned path.
Only when tring to create a SVCD from a .avi it stops when using TMPGEnc.
Some error message about a wrong size?
I know it's because of the lines in BiCubicResize with forced subs, but I ca'n't seem to solve the problem. I've tried several textsub.vdr files on different locations, but in won't help!
Any suggestions?
This is my avisynth.ini
[AVISYNTH_SimpleResize]
0=LoadPlugin(!SimpleResize.dll)
1=ConvertToYUY2().SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SimpleResize\SimpleResize.dll
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
[AVISYNTH_BiCubicResize With forced subs for avi]
0=LoadPlugin("C:\Program Files\Gabest\VobSub\textsub.vdf")
1=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
3=textsub(!file.ssa)
4=AssumeFPS(25,1,True)
5=ConvertToYUY2()
^b_value=0.0
^c_value=0.6
!file.ssa=C:\Program Files\eMule\Incoming\7170_Charlies_Angels_Full_Throttle_2003_DVDrip\Charlies Angels Full Throttle 2003.ssa
I hope there's somebody who can help.
I read\a lot of topics and got one telling me to insert the following lines into my avisynth.ini, I did and edited the mentioned path.
Only when tring to create a SVCD from a .avi it stops when using TMPGEnc.
Some error message about a wrong size?
I know it's because of the lines in BiCubicResize with forced subs, but I ca'n't seem to solve the problem. I've tried several textsub.vdr files on different locations, but in won't help!
Any suggestions?
This is my avisynth.ini
[AVISYNTH_SimpleResize]
0=LoadPlugin(!SimpleResize.dll)
1=ConvertToYUY2().SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SimpleResize\SimpleResize.dll
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
[AVISYNTH_BiCubicResize With forced subs for avi]
0=LoadPlugin("C:\Program Files\Gabest\VobSub\textsub.vdf")
1=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
3=textsub(!file.ssa)
4=AssumeFPS(25,1,True)
5=ConvertToYUY2()
^b_value=0.0
^c_value=0.6
!file.ssa=C:\Program Files\eMule\Incoming\7170_Charlies_Angels_Full_Throttle_2003_DVDrip\Charlies Angels Full Throttle 2003.ssa