提问 HN:如何从视频生成翻页书风格的动画?
1 分•作者: meerab•7 个月前
最近在YouTube/TikTok上看到了很多手绘翻页动画。例如:
https://www.youtube.com/shorts/Ub_ZmzOrh5g
创作者说他们花了3-5天来绘制。
我怎样用Python生成这种动画呢?有什么推荐的模型、库或工作流程吗?
我考虑使用ffmpeg提取图像 -> 姿势估计 -> 线条艺术 -> 合成视频
查看原文
I’ve been seeing a lot of hand-drawn flipbook animations on YouTube/TikTok. For example:<p>https://www.youtube.com/shorts/Ub_ZmzOrh5g<p>The creators say they spend 3-5 days drawing this.
How do I generate this animation say in Python? Any recommended models, libraries, or workflows?<p>I am thinking ffmpeg to extract images -> pose estimation -> Line art -> Assemble into Video