digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: How to make tmpgenc encode the whole movie? (http://www.digitalfaq.com/archives/encode/3653-moviestacker-how-make.html)

BONOoo 05-17-2003 12:05 PM

MovieStacker: How to make tmpgenc encode the whole movie?
 
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\TemporalCleanerOld.dll")
LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\BlockBuster.dll")
LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\DustV5.dll")
LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\jrob\Desktop\MovieStacker_v1.1.1\MovieSta cker\Filters\Sampler.dll")

AviSource("C:\Program Files\xxxxxxx")
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 ##



This is my first script using moviestacker. How do I get tpmge to stop doing samples and reencode the whole movie?

jorel 05-17-2003 01:38 PM

hi BONOoo
:)

simple:

put the " # " before sampler...
like this:

#Sampler(length=24)

:wink:

muaddib 05-17-2003 02:41 PM

Or you could uncheck the "file size prediction" checkbox and re-save your script. :wink:
BTW, try using MovieStacker v2.0 beta3. It has more filters/options for you to play with.

BONOoo 05-17-2003 03:13 PM

Downloaded new one, thank you. Still having prob, whatever I do the log in tok shows program at 24 fps and the resolution at 580x56. I get the same when I try to run the script directly through tpmge. Ive used different avi files and different kvcd templates. I have not seen the problem posted anywhere else, I assume the issue is something I am doing wrong, or installed incorrectly. Any ideas?

muaddib 05-17-2003 03:33 PM

580x56...?
You are probably trying to encode an error message!
Go to the video tab in ToK, or enable the preview in TMPGEnc
and see if there is any error with your script.

bigggt 05-17-2003 04:04 PM

Hi BONOoo,the movie wouldn't by any chance be AC3 would it,because thats what happens to me when it is an ac3 movie.

BONOoo 05-17-2003 04:21 PM

On this script I am getting a "acm failed to suggest a compatible pcm format" Error is in line 11.


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

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")

AviSource("C:\Program Files\eMule\Incoming\Conan.The.Barbarian.CE.DVDRip .DivX-NoTiMPoRTaNT.avi")
LegalClip()
GripCrop(352, 288, overscan=1, source_anamorphic=false)
GripSize(resizer="BilinearResize")
PixieDust()
TemporalSmoother(1, 2)
MergeChroma(blur(1.5)
MergeLuma(blur(0.1))
BlockBuster(method="noise", detail_max=7, variance=0.5, seed=1)
GripBorders()
AssumeFPS(25.000, true)
LegalClip()



I have no clue. No bigg its not ac3 but thanks

kwag 05-17-2003 06:06 PM

Change this line to read: AviSource("C:\Program Files\eMule\Incoming\Conan.The.Barbarian.CE.DVDRip .DivX-NoTiMPoRTaNT.avi", "false")

-kwag

BONOoo 05-17-2003 09:35 PM

Thanks, that was it. I saw the ac3 thread on that. I tried so many different things with so many different variables today, I cant wait to go back to work and get some rest :wink:

muaddib 05-17-2003 10:09 PM

Yes, that's the AC3 sound. AviSource can't handle it...
That reminds me I need to put an option in MovieStacker to not load the audio with AviSource.


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