> I am currently using SVP to interpolate to 30fps
> How is this non integer interpolation factor handled?
If we talking about createtion 30 fps from 24 fps then every 4 frames must turn into 5 frames.
So, 1 frame is stayed untouched 3 frames are dropped, and 4 new interpolated frames are inserted instead of them.
> When using the "2m min artifacts" mode the wiki says that each original frame is used twice.
> How about 30fps then?
If we stil talking about 30 fps interpolation from 24 fps then:
- original pattern is 1234 (where 1, 2, 3, 4 - source frames numbers)
- uniform frame intepolation pattern is 1mmmm (where 1 - source frame, m - new interpolated frame)
- 2m interpolation mode pattern is 11234 (no new interpolated frames at all)
2m mode is useful for 60 fps from 24 fps intrpolation and any interpolation with factor more than x2.