I've tested most templates, they all freeze in parts during movie play back on dvd player, i dont know what to do??
I was also a bit confused with the black prince guide for divx to vcd. I wanted to make a skvcd, but was puzzled with the templates in moviestacker, and couldnt locate which one was for skvcd? I did try selecting svcd in main page on moviestack, but wasnt sure if this would work?!
I have just done a divx to vcd, and was upset with quality, very blurry and blocky
I wasnt sure where i went wrong?
The divx video info:
res: 608 x 320
fps: 23.976
Heres my script;
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#
LoadPlugin("D:\Make-KVCD\MovieStacker v1.1.1\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("D:\Make-KVCD\MovieStacker v1.1.1\MovieStacker\Filters\TemporalCleanerOld.dll ")
LoadPlugin("D:\Make-KVCD\MovieStacker v1.1.1\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("D:\Make-KVCD\MovieStacker v1.1.1\MovieStacker\Filters\DustV5.dll")
LoadPlugin("D:\Make-KVCD\MovieStacker v1.1.1\MovieStacker\Filters\LegalClip.dll")
AviSource("D:\Emule Movies\may.limited.dvdscr.xvid-showtime.avi")
LegalClip()
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="BilinearResize")
PixieDust()
TemporalCleaner()
GripBorders()
LegalClip()
Heres my log;
ToK Log: D:\Emule Movies\May avi script.avs
==================================================
Resolution (fps):352x240 (23.976 fps)
Total Frames: 133548
Total Time : 01:32:50
--------------------------------------------------
Audio Size: 89,120,256
Required Video Size: 709,420,921
Factor: 59.939998626709
Desired Sample Size: 11,835,518
--------------------------------------------------
Prediction: 1st Group of Passes
--------------------------------------------------
Pre-Pass
Next CQ: 60.000
Sample Size: 4,650,350
NextCQ: 152.705 >=90, so check is needed
Next CQ: 90.000
Sample Size: 7,729,690
NextCQ: 137.806 >=90 once again, a more detailed check is needed
Next CQ: 90.000
Sample Size: 6,697,517
Final CQ: 90.000
Total Time For Predicition: 00:02:05
==================================================
Encoding D:\Emule Movies\May avi script.avs
==================================================
Encoding... CQ : 90.000
Final Encoded Size: 403,842,246
Finished
As you can see, the movie size is small, and there is alot of space for quality improvement, i've done something wrong, but dont know wot?!?