FrameRateConverter v1.0
After plenty of testing and satisfying results, we're now releasing the first official release of FrameRateConverter!
What's new:
- Prefilter is now none by default. It is recommended to use RemoveGrain(22) only when not applying a denoiser first.
- Preset Slow and Slower now use DCT=4, producing nearly the same result as DCT=1 but much faster
- Added Preset Slowest that calculates diff between DCT=1 and DCT=0
- Added parameter DCT
- Removed DiffBlkSize and DiffBlkSizeV parameters. CalcDiff is only useful when using the same block size.
- Renamed MaskTrh and SkipTrh as MaskThr and SkipThr
Note: MvTools2 still shows performance issues with multi-threading. DCT=1 is unstable with MT and can freeze. (still unsure about DCT=4)
I've seen an issue when using Preset="Slower" where some frames were randomly misplaced. This was due to an obscure bug in LSMASHSource and replacing it with AviSource fixed the issue.