Hello,
I've got a message from TMPEG "FILE L:\WRK\video.avs can not open or unsupported". I use MovieMaker 2 beta (it works fine) to make the AVS file and TOK to make the conversion.
The preview in TOK looks good.
Can someone help me ?
Thanks.
Sly
Here is my AVS file and the Video.avs file.
--- AVS FILE
AviSource("L:\wrk\tuxedo-fr.avi")
LegalClip()
GripCrop(480, 576, overscan=2, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="BilinearResize")
BlockBuster(method="sharpen")
FluxSmooth(7, 7)
TemporalSmoother(3, 2)
BlockBuster(method="noise")
GripBorders()
AssumeFPS(25.000, true)
LegalClip()
--- VIDEO FILE
AviSource("L:\wrk\tuxedo-fr.avi")
LegalClip()
GripCrop(480, 576, overscan=2, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="BilinearResize")
BlockBuster(method="sharpen")
FluxSmooth(7, 7)
TemporalSmoother(3, 2)
BlockBuster(method="noise")
GripBorders()
AssumeFPS(25.000, true)
LegalClip()
AssumeFPS(25.000)
LoadPlugin("C:\Program Files\VIDEO\ToK_0.0.5.3\ToK_EXTRAS\Sampler\Sampler .dll")
oldfps = framerate
interval = round((FrameCount/25)/60.000)/10
nFrames = round(25)
SelectRangeEvery( (round(framecount/interval)),nFrames)
|