digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: AVS script problem (http://www.digitalfaq.com/archives/encode/8656-moviestacker-avs-script.html)

FLOYD 03-17-2004 08:35 PM

AVS script problem
 
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 :)

FLOYD 03-17-2004 08:36 PM

sry if i broke a rule somewhere its my 1st time posting :D

Dialhot 03-17-2004 08:39 PM

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

FLOYD 03-18-2004 12:13 AM

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


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

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