03-05-2003, 06:29 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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 ##
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
03-05-2003, 08:12 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What is your AviSynth version?
|
03-05-2003, 08:43 PM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
2.5
|
03-05-2003, 10:21 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
03-06-2003, 06:20 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Oh I didn't know that, I'll try 2.0.7
|
03-06-2003, 06:24 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Damn, still the same problem.
|
03-06-2003, 08:47 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
03-06-2003, 09:06 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
|
|
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
|
03-06-2003, 12:27 PM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
03-06-2003, 12:34 PM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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?
|
03-06-2003, 01:07 PM
|
Free Member
|
|
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
You could try to change the line to something like this,
Blockbuster(method="noise", variance=.4, seed=1)
|
03-06-2003, 06:07 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
03-07-2003, 08:57 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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 11:25 PM — vBulletin © Jelsoft Enterprises Ltd
|