I followed the DivX to KVCD guide with video captured through firewire and when i try to encode it i get this error messege in TMPGEnc:
The Resolution of the video is illegal.
>The window size needs to be set between 8x8 and 4088x4088.
>The width and length of window need to be multiple of 8.
Using this script:
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\MPEG2Dec.dll")
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\TemporalCleanerOld.dll")
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\GripFit_preview.dll")
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\BlockBuster.dll")
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\DustV5.dll")
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\LegalClip.dll")
LoadPlugin("G:\AVI STUFF\MOVIE STACKER\Sampler.dll")
AviSource("G:\AVI Stuff\Files\Untitled.avi")
LegalClip()
GripCrop(528, 480, source_anamorphic=false)
GripSize(resizer="BilinearResize")
SpaceDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, variance=0.3, seed=1)
GripBorders()
LegalClip()
In the background of TMPGEnc where you can see it encoding it says
LoadPlugin: unable to load "G:\AVI STUFF\MOVIE STACKER\MPEG2Dec.dll"
~~~~~~~
Diablov90Street
|