digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: Illegal image size in Tmpgenc (http://www.digitalfaq.com/archives/encode/3580-dvd2svcd-illegal-image.html)

DKruskie 05-12-2003 08:50 AM

Illegal image size in Tmpgenc
 
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

DKruskie 05-12-2003 09:06 AM

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

jorel 05-12-2003 09:44 AM

hi DKruskie
:wink:
welcome :!:

maybe this changes will help:

3=BicubicResize(336, 224, 0, 0.6, 0, 0, 720, 480)
...
...
13=AddBorders(8, 8, 8, 8)

try first ok?
:)

DKruskie 05-12-2003 09:57 AM

Ok will try..one question though on the addborders part

is it supposed to be
13=AddBorders(8,8,8,8)?

just wanted to make sure :) , and thanks for the welcome :D

DKruskie 05-12-2003 09:59 AM

is that 4(8's) in the addborders?




David

jorel 05-12-2003 10:00 AM

:lol:

the number 8 with ) seems 8)

:lol:

8,8,8,8

is right!

:wink:

DKruskie 05-12-2003 10:08 AM

Thanks Jorel its working now :D :D :D :D :D





David


All times are GMT -5. The time now is 04:42 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.