Chainmax
22nd June 2006, 13:32
I am trying to bring a 15fps clip to 23.976fps while having it play at half speed. Here's the script I have so far:
fps3to5()
DeleteFrame(19)
Crop(8,4,302,234,align=true)
Lanczos4Resize(320,240)
AssumeFPS(23.976)
I though of adding SelectEven() at the end, but that leaves the file at 11.988fps. I suppose I can just add ChangeFPS(23.976) after it, but I was wondering if there is a better way.
fps3to5()
DeleteFrame(19)
Crop(8,4,302,234,align=true)
Lanczos4Resize(320,240)
AssumeFPS(23.976)
I though of adding SelectEven() at the end, but that leaves the file at 11.988fps. I suppose I can just add ChangeFPS(23.976) after it, but I was wondering if there is a better way.