05-12-2003, 08:50 AM
|
Free Member
|
|
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I keep getting this message when Tmpgenc opens up to encode Illegal images size must be division of 8. I only get this when I use more than two filters. I dont have a problem if I use this
[AVISYNTH_SimpleRezise,UnFilter]
0=LoadPlugin(!UnFilter.dll)
1=UnFilter((^Horizontal,^Verical)
2=SimpleResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!Unfilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll
^ Horizontal=50
^Vertical=50
But if I start putting in LegalClip, MergeChroma,MergeLuma,STMedianFilter I keep getting this Illegal image thing. Does anyone what might cause this?
David
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
05-12-2003, 09:06 AM
|
Free Member
|
|
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is the script that I am having problems with
[AVISYNTH_STMedian from Kwag]
0=LoadPlugin(!MPEG2Dec2.dll)
1=LoadPlugin(!Legalclip.dll)
2=Legalclip()
3=BicubicResize(336,222,0,0.6,0,2,720,476)
4=LoadPlugin(!STMedianFilter.dll)
5=STMedianFilter(10, 30, 0, 0, 10, 30)
6=LoadPlugin(!Unfilter.dll)
7=Unfilter(^Horizontal,^Vertical)
8=temporalsmoother(1,2)
9=LoadPlugin(!MergeChroma.dll)
10=mergechroma(blur(1.5)
11=LoadPlugin(!MergeLuma.dll)
12=mergeluma(blur(0.3))
13=AddBorders(8,9,8,9)
14=Legalclip()
!MPEG2Dec2.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MPEG2Dec\Mpeg2dec.dll
!Legalclip.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\Legalclip.dll
!STMedianFilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\STMedianFilter.dll
!Unfilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll
^Horizontal=50
^Vertical=50
!MergeChroma.dll=C:\.Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll
!MergeLuma.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll
David
|
05-12-2003, 09:44 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi DKruskie
welcome
maybe this changes will help:
3=BicubicResize(336, 224, 0, 0.6, 0, 0, 720, 480)
...
...
13=AddBorders(8, 8, 8,
try first ok?
|
05-12-2003, 09:57 AM
|
Free Member
|
|
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok will try..one question though on the addborders part
is it supposed to be
13=AddBorders(8,8,8,  ?
just wanted to make sure  , and thanks for the welcome
|
05-12-2003, 09:59 AM
|
Free Member
|
|
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
is that 4(8's) in the addborders?
David
|
05-12-2003, 10:00 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
the number 8 with ) seems
8,8,8,8
is right!
|
05-12-2003, 10:08 AM
|
Free Member
|
|
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
All times are GMT -5. The time now is 04:56 PM — vBulletin © Jelsoft Enterprises Ltd
|