Quantcast MovieStacker: AVS Script Problem - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
03-17-2004, 09:35 PM
FLOYD FLOYD is offline
Free Member
 
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
i followed rens guide on how to use MS, and i made an avs file, but when i play it with media player all i get is a black screen that says "playing" but i dont see or hear anything . the script i have is the following one.

Code:
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\atc.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\DctFilter.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\undot.dll")

AviSource("C:\Program Files\downloads\movie\movie.avi",false)

ConvertToYV12()
LanczosResize(352, 288, 126, 0, 291, 224)
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
ATC(2,3,5,0.5,false) 
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
AssumeFPS(25.000, true)
i hope some one can help me. thanks
__________________
it happens =/
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-17-2004, 09:36 PM
FLOYD FLOYD is offline
Free Member
 
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
sry if i broke a rule somewhere its my 1st time posting
__________________
it happens =/
Reply With Quote
  #3  
03-17-2004, 09:39 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You don't hear anything because of the ",false" in the avisource line; That means "don't treat the sound" and it's normal to have this. Don't change anything.

For the black screen : I see taht you have a convertToYV12() in yout script; I guess that if you remove it, you will have an error. So I'm quite sure that you have codec problems;

Upgrade to last Xvid and Divx codecs (Xvid is really important even if you are not doing xvid) and configure them to output in YV12.

Note: you talk about MS but it seems taht in fact you (badly) modified my V3 script for avi->kvcd.
You shouldn't modify it the way you did (making a resize before blindPP for instance). And more, I suggest you to upgrade to the new version of the script (V4) :

http://www.kvcd.net/forum/viewtopic.php?t=7223
Reply With Quote
  #4  
03-18-2004, 01:13 AM
FLOYD FLOYD is offline
Free Member
 
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
hey Phil,

i tried what you told me about the codecs and i got the sound and video to come out, but i hear a little distortion in the sound and i was wondering if you can help me figure out what causes it. i also fixed what you told me about the script and used ur v3#2 script.

Code:
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\Grip.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\atc.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\DctFilter.dll")
LoadPlugin("C:\Program Files\downloads\Programs\MISC\MovieStacker\Filters\undot.dll")

AviSource("C:\Program Files\movie.avi")
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
ATC(2,3,5,0.5,false) 
GripCrop(352, 288, source_anamorphic=false)
GripSize(resizer="BilinearResize")
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623) 
GripBorders()
AssumeFPS(25.000, true)
Thanks
__________________
it happens =/
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Filtros em Script ou Manual do MovieStacker samesdavis Conversão e Codificação de Vídeo (Português) 1 05-07-2004 12:14 AM
MovieStacker: The Optimal Script ? ezysk Video Encoding and Conversion 3 01-05-2004 07:44 PM
MovieStacker TOK problem ahchagas Video Encoding and Conversion 4 10-01-2003 02:10 PM
KVCD: FPS problem or a script problem? AgNa Video Encoding and Conversion 2 04-27-2003 10:27 PM
MovieStacker: Doubts about resolutions in script jorel Video Encoding and Conversion 6 04-25-2003 11:02 PM




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