Quantcast MovieStacker: TMPGEnc Error - digitalFAQ.com Forums [Archives]
  #1  
03-05-2003, 07:29 AM
Anonymous Anonymous is offline
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 ##
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
03-05-2003, 09:12 PM
muaddib muaddib is offline
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?
Reply With Quote
  #3  
03-05-2003, 09:43 PM
Anonymous Anonymous is offline
Invalid Email / Banned / Spammer
 
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
2.5
Reply With Quote
  #4  
03-05-2003, 11:21 PM
muaddib muaddib is offline
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.
Reply With Quote
  #5  
03-06-2003, 07:20 AM
Anonymous Anonymous is offline
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
Reply With Quote
  #6  
03-06-2003, 07:24 AM
Anonymous Anonymous is offline
Invalid Email / Banned / Spammer
 
Join Date: Mar 2004
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Damn, still the same problem.
Reply With Quote
  #7  
03-06-2003, 09:47 AM
Omega Omega is offline
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
Reply With Quote
  #8  
03-06-2003, 10:06 AM
jorel jorel is offline
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

Reply With Quote
  #9  
03-06-2003, 01:27 PM
Anonymous Anonymous is offline
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
Reply With Quote
  #10  
03-06-2003, 01:34 PM
Anonymous Anonymous is offline
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?
Reply With Quote
  #11  
03-06-2003, 02:07 PM
CheronAph CheronAph is offline
Free Member
 
Join Date: Feb 2003
Location: Espoo, Finland
Posts: 494
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to CheronAph
You could try to change the line to something like this,
Blockbuster(method="noise", variance=.4, seed=1)
Reply With Quote
  #12  
03-06-2003, 07:07 PM
Omega Omega is offline
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
Reply With Quote
  #13  
03-07-2003, 09:57 AM
Anonymous Anonymous is offline
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Bitrates: Tmpg and CQmatic, Cq very low? Fluffbutt Video Encoding and Conversion 4 06-29-2004 10:18 PM
Problemas con el tmpg smiley Convertir y Codificar Video (Español) 9 02-10-2004 11:50 AM
MovieStacker: TMPGEnc Error xfsrg Video Encoding and Conversion 9 11-14-2003 12:01 PM
MovieStacker: 784x576 resolution encoding error? gosens Video Encoding and Conversion 1 10-31-2003 01:43 AM
MovieStacker: tmpgenc gives me an error of illegal resolution? ntirules Video Encoding and Conversion 4 06-16-2003 03:17 PM

Thread Tools



 
All times are GMT -5. The time now is 08:09 AM  —  vBulletin © Jelsoft Enterprises Ltd