hi,
i´m a complete noob at this stuff, just started today, and was tryingall day to konvert a captured movie to a descent kvcd.
for help i´m using this:
KVCD From scratch ? A Users guide v1.1
well right now i´m stuck at opening the avs with tmpgenc, it gives me the same error M@rtijn had.
this is my script:
LoadPlugin("C:\Programme\MovieStacker\Filters\MPEG 2Dec.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Grip Fit_preview.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Bloc kBuster.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\UnFi lter.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Lega lClip.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Samp ler.dll")
Mpeg2Source("C:\Dokumente und Einstellungen\Dro\Eigene Dateien\Video Capture\lee.d2v")
LegalClip()
GripCrop(352, 288, overscan=1, source_anamorphic=false)
GripSize(resizer="BilinearResize")
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5
)
MergeLuma(blur(0.2))
BlockBuster(method="noise", detail_max=7, seed=1)
GripBorders()
LegalClip()
Sampler(100,length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##
the error is at line 12.
i also tried removing all the filters, still giving me an error, and i also tried all the mpeg-decoders
hope somebody can help me with this