digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: 784x576 resolution encoding error? (http://www.digitalfaq.com/archives/encode/6433-moviestacker-784x576-resolution.html)

gosens 10-31-2003 01:11 AM

MovieStacker: 784x576 resolution encoding error?
 
I am using Moviestacker to create an .avs from my .d2v. My source is a 544x480 mpeg2 and I'm wanting to convert to KDVD. In moviestacker my source is listed at 3/4 DVD and I set my destination to DVD (720x488... with resize at 688x446).

When I try to load the .avs in CCE encoder, I'm told it can't open a 784x56 file.

If I open it in tmpg encoder, it says 784x56 at the bottom until I choose the KDVD template.

Am I doing something wrong in Moviestacker or is there something wrong with the .avs? Attached is the .avs: (you'll see this also in another topic where I'm having trouble encoding sample files)

#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("E:\TV\MovieStacker\Filters\MPEG2Dec.dl l")
LoadPlugin("E:\TV\MovieStacker\Filters\DustV5.dll" )
LoadPlugin("E:\TV\MovieStacker\Filters\UnFilter.dl l")
LoadPlugin("E:\TV\MovieStacker\Filters\LegalClip.d ll")
LoadPlugin("E:\TV\MovieStacker\Filters\Sampler.dll ")

Mpeg2Source("L:\PVR\test project\alftest.d2v")
LegalClip()
BilinearResize(688, 446, 0, 5, 544, 470)
FaeryDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
AddBorders(16, 17, 16, 17)
LegalClip()

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

Thanks in advance
gosens

fabrice 10-31-2003 01:43 AM

Hi,

It gives you this resolution because there is an error in your script, and avisynth output this error (he write it in the output stream).

You can watch you avs file or open it with virtualdub, and it will tell you the wrong line.

Salu2
Fabrice


All times are GMT -5. The time now is 01:04 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.