On Sat, Aug 29, 2015 at 5:17 PM, Hu,Dapeng <[email protected]> wrote:

> Hi guys:
>
> Can any FFmpeg experts tell me if FFmpeg can do any sophisticated frame
> interpolation? If so, what would be some suggested settings to try?
> I am developing a media player based on FFmpeg and want to improve smooth
> through frame interpolation.
>
>
the only frame interpolation method available currently AKAIK is the
framerate filter that was just committed. It uses frame blending (i.e.
weighted averaging) just as many editing programs do. More sophisticated
methods are not available and are probably not fast enough for use in a
player anyway.

Robert
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to