digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: TMPG Error (http://www.digitalfaq.com/archives/encode/2870-moviestacker-tmpg-error.html)

Anonymous 03-05-2003 07:29 AM

TMPG Error
 
I always get the error "Legal Clip: Source must be YUY2" when I load the script made by Movie Stacker.
My source is an *.avi and I have loaded one of the presets in MovieStacker, moreover I tried to add the line "ConvertToYUY2()" to my script, but after doing that I got an "Unrecognized exeption".

Here's my script:

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("E:\vids\MovieStacker\Filters\MPEG2Dec. dll")
LoadPlugin("E:\vids\MovieStacker\Filters\TemporalC leanerOld.dll")
LoadPlugin("E:\vids\MovieStacker\Filters\GripFit_p review.dll")
LoadPlugin("E:\vids\MovieStacker\Filters\BlockBust er.dll")
LoadPlugin("E:\vids\MovieStacker\Filters\DustV5.dl l")
LoadPlugin("E:\vids\MovieStacker\Filters\LegalClip .dll")
LoadPlugin("E:\vids\MovieStacker\Filters\Sampler.d ll")

AviSource("E:\vids\[splatter] Premutos - Der Gefallene Engel (uncut).avi")
ConvertToYUY2()
LegalClip()
GripCrop(352, 288, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
PixieDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, seed=1)
GripBorders()
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##

muaddib 03-05-2003 09:12 PM

What is your AviSynth version?

Anonymous 03-05-2003 09:43 PM

2.5

muaddib 03-05-2003 11:21 PM

Someone correct me if I'm wrong, but I think LegalClip can not be used with AviSynth v2.5.
I can't test it cause I don't have v2.5 installed.
Btw, MovieStacker don't have support for v2.5 yet.

Anonymous 03-06-2003 07:20 AM

Oh I didn't know that, I'll try 2.0.7

Anonymous 03-06-2003 07:24 AM

Damn, still the same problem.

Omega 03-06-2003 09:47 AM

Quote:

Originally Posted by WIZO
Damn, still the same problem.

Should work, double check your version again, insert

version()

into your avs and play it.

What codec is used, can you play the avi with mediaplayer ?

OmegaNS

jorel 03-06-2003 10:06 AM

Quote:

Originally Posted by Omega
Quote:

Originally Posted by WIZO
Damn, still the same problem.

Should work, double check your version again, insert

version()

into your avs and play it.

What codec is used, can you play the avi with mediaplayer ?

OmegaNS

maybe it will help too:

http://www.kvcd.net/forum/viewtopic....6f182fec035bc3

:wink:

Anonymous 03-06-2003 01:27 PM

Quote:

Originally Posted by Omega
Quote:

Originally Posted by WIZO
Damn, still the same problem.

What codec is used, can you play the avi with mediaplayer ?

Well, yes I can play the file with mediaplayer and I'm sure I have avisynth 2.0.7

Anonymous 03-06-2003 01:34 PM

Perhaps I should mention that the "Unrecognized Error" is in line 16 of the script I posted earlier. Does this help you a little bit?

CheronAph 03-06-2003 02:07 PM

You could try to change the line to something like this,
Blockbuster(method="noise", variance=.4, seed=1)

Omega 03-06-2003 07:07 PM

Well, I tried all the plugins and same setting, works fine, so it must be your avi that cause the problem.

You can try:

1. Remove LegalClip, it doesn't harm if you don't include it or
2. Remove one by one other command and it's dll to see which one is not compatible.

Omega

Anonymous 03-07-2003 09:57 AM

Thanks to all you guys for the hints, I solved the problem by myself now, it was the pixi dust filter wich caused the error.


All times are GMT -5. The time now is 08:40 AM  —  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.