Author
|
Topic: AVISynth script for lowering FPS
|
Bill Vendasi
Film Handler
Posts: 45
From: Dover, NH, USA
Registered: Apr 2015
|
posted November 21, 2015 09:03 AM
Hi all,
I just started working with AVISynth and I'm using this script to lower the frame rate of some very old 8mm films.
Import("C:\Program Files\Avisynth\plugins\sRestore.avs") AVISource("COMPLETE.avi") ConvertToYV12(interlaced=true) QTGMC(Preset="faster") Srestore(Frate=19.98) AssumeFPS(12) Crop(8,0,-8,0) LanczosResize(640,480)
I had to run the projector very fast to avoid flicker, which worked ok but the result was almost Keystone Cops speed. After trying 20, 18, 16, & 14 FPS, the above script brought the speed to what looks normal to me.
But as you probably know, 12 FPS looks kind of jerky and duplicate frames play a big role in this effort as well.
If anyone has any suggestions or better scripts to do this I'd love to try them.
I wanted to post a small example clip but I'm not sure how to do it here.
Thanks, Bill
| IP: Logged
|
|
|
|
|
|