06-04-2003, 02:13 AM
|
Free Member
|
|
Join Date: Jun 2003
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hello im using avisynch 2.07 and tok 0.5.3 and moviestacker 2 beta and when i try to encode a movie it makes the normal tests but at final it only makes a movie that is like 20mb and the video jumps every2 secs (starts plays 2 secs,jumps 10 min ,play,jumps,etc)
this is the avisynch scrip:
Quote:
#================================================= ====#
# -= AviSynth script by MovieStacker v2.0.0 (beta) =- #
#================================================= ====#
LoadPlugin("H:\RECOVERY DISC\Programs\DVD Rip\svcd,vcd,kvcd\kvcd\Tools\MovieStacker\Filters\ MPEG2Dec.dll")
LoadPlugin("H:\RECOVERY DISC\Programs\DVD Rip\svcd,vcd,kvcd\kvcd\Tools\MovieStacker\Filters\ GripFit_preview.dll")
LoadPlugin("H:\RECOVERY DISC\Programs\DVD Rip\svcd,vcd,kvcd\kvcd\Tools\MovieStacker\Filters\ DustV5.dll")
LoadPlugin("H:\RECOVERY DISC\Programs\DVD Rip\svcd,vcd,kvcd\kvcd\Tools\MovieStacker\Filters\ UnFilter.dll")
LoadPlugin("H:\RECOVERY DISC\Programs\DVD Rip\svcd,vcd,kvcd\kvcd\Tools\MovieStacker\Filters\ LegalClip.dll")
LoadPlugin("H:\RECOVERY DISC\Programs\DVD Rip\svcd,vcd,kvcd\kvcd\Tools\MovieStacker\Filters\ Sampler.dll")
AviSource("the place where the movie is located and the name of the movie")
LegalClip()
GripCrop(704, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
FaeryDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5 )
MergeLuma(blur(0.2))
GripBorders()
LegalClip()
Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##
|
and the tok thin:
Quote:
================================================== ===========
ToK Log: C:\Documents and Settings\Owner\My Documents\NewScript.avs
================================================== ===========
Resolution (fps):704x480 (23.976 fps)
Total Frames: 2208
Total Time : 00:01:32
-------------------------------------------------------------
Audio Size: 88,326,528
Required Video Size: 723,564,737
Factor: 59.940
Desired Sample Size: 12,071,484
-------------------------------------------------------------
New Faster Prediction
-------------------------------------------------------------
Full Sample
Next CQ: 70.000. Sample Size: 328,131
Small Sample
Next CQ: 70.000. Sample Size: 560,326
Predicting...
NextCQ: 2,575.203 >=90, so check is needed
Next CQ: 90.000
Sample Size: 345,615
Final CQ: 90.000
Total Time For Predicition: 00:02:42
-------------------------------------------------------------
Encoding C:\Documents and Settings\Owner\My Documents\NewScript.avs
-------------------------------------------------------------
Encoding... CQ : 90.000
Final Encoded Size: 1,931,398
Total Time (all operations): 00:04:31
Finished
|
please help me
|