View Single Post
Old 7th November 2005, 05:05   #4  |  Link
jellysandwich
Registered User
 
Join Date: Mar 2004
Posts: 247
Quote:
Originally Posted by Sharktooth
Keep RDO 2 and try adding NiceFPS() filter to your avisynth script and please report back (use search to find it).
I'm not sure where to put the nicefps() filter, so I tried putting it in various places, but it still doesn't work. It always stops at frame 23.

Code:
# Created with Gordian Knot
#
# http://gknot.doom9.org

#  PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynth25\it.dll")
LoadPlugin("nicefps.dll")

#  SOURCE
mpeg2source("D:\24\3_21\3_21.d2v")
#nicefps()

it()
#nicefps()

#  CROPPING
crop(0,0,716,480)

#  RESIZING
LanczosResize(640,352)

#  DENOISING: choose one combination (or none)
Undot()

SelectRangeEvery(400,20)

nicefps()
js
jellysandwich is offline   Reply With Quote