digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Video jumps? (http://www.digitalfaq.com/archives/encode/3867-kvcd-video-jumps.html)

Evangelion-01 06-04-2003 02:13 AM

KVCD: Video jumps?
 
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.58))
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 :( :oops:

Anerboda 06-04-2003 03:01 AM

You have to remove this line:

Sampler(length=24)

from your script made with moviestacker.

Anerboda

Wolfi 06-05-2003 04:05 PM

or just put # infront of the line, #Sampler(length=24), ditto :wink:

//Wolfi


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