Quantcast MovieStacker: How to Make TMPGEnc Encode the Whole Movie? - digitalFAQ.com Forums [Archives]
  #1  
05-17-2003, 12:05 PM
BONOoo BONOoo is offline
Free Member
 
Join Date: Apr 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
#==============================================#
# -= 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?
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  
05-17-2003, 01:38 PM
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
hi BONOoo


simple:

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

#Sampler(length=24)

Reply With Quote
  #3  
05-17-2003, 02:41 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
Or you could uncheck the "file size prediction" checkbox and re-save your script.
BTW, try using MovieStacker v2.0 beta3. It has more filters/options for you to play with.
Reply With Quote
  #4  
05-17-2003, 03:13 PM
BONOoo BONOoo is offline
Free Member
 
Join Date: Apr 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote
  #5  
05-17-2003, 03:33 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
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.
Reply With Quote
  #6  
05-17-2003, 04:04 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7  
05-17-2003, 04:21 PM
BONOoo BONOoo is offline
Free Member
 
Join Date: Apr 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #8  
05-17-2003, 06:06 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Change this line to read: AviSource("C:\Program Files\eMule\Incoming\Conan.The.Barbarian.CE.DVDRip .DivX-NoTiMPoRTaNT.avi", "false")

-kwag
Reply With Quote
  #9  
05-17-2003, 09:35 PM
BONOoo BONOoo is offline
Free Member
 
Join Date: Apr 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #10  
05-17-2003, 10:09 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
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
MovieStacker: want to make a kdvd with 544x576 resolution zagor Video Encoding and Conversion 5 04-07-2004 06:40 PM
Can only make 100 min movie in VCDeasy? audioslave Authoring VCD, DVD, Blu-ray 2 01-06-2004 05:15 PM
How do I make a KVCD from a .RM movie? Bad-Snake Video Encoding and Conversion 1 09-27-2003 12:17 PM
How do i make the quality of a downloaded movie better? dbryant Video Encoding and Conversion 6 11-19-2002 10:17 AM
TMPGEnc: how long does it take to encode a movie? Bunny Video Encoding and Conversion 3 06-26-2002 12:54 AM

Thread Tools



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