We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
动漫制作过程中有时会采用一拍二或者一拍三,补帧时要是能把这些帧去掉再补,能更流畅。像是Justin62628/Squirrel-RIFE这个里面的处理。
请问能否加入这个功能呢?谢谢!
The text was updated successfully, but these errors were encountered:
看了下实现逻辑,类似文本之间的相似度比较,从而删除重复帧。这里面就有问题,如果连续静态很多就会丢失,假如加个相邻范围校验,或许可以实现。从补帧逻辑而言,这块操需要前置独立,因此即便加入也是单独的预处理步骤。
暂时不考虑加入此功能,如有更多反馈再行考虑
Sorry, something went wrong.
好的,谢谢
同感,若是可以加入比较好的抽帧算法,动画补帧之后应该就不会卡顿了
No branches or pull requests
动漫制作过程中有时会采用一拍二或者一拍三,补帧时要是能把这些帧去掉再补,能更流畅。像是Justin62628/Squirrel-RIFE这个里面的处理。
请问能否加入这个功能呢?谢谢!
The text was updated successfully, but these errors were encountered: