返回首页
最新
最近我一直在尝试使用WigglyPaint来发掘我的创意潜力。我开始绘制一系列图像,并希望将它们合成一个视频,发布到社交媒体上。
我第一次尝试是手动修改FFmpeg命令,以便在n秒内循环GIF,然后将它们合成一个视频。之后我想,不如做一个网页应用来简化这个过程。
具有讽刺意味的是,我在Firefox Windows中创建的视频似乎无法播放,这促使我回到原点,导入了一个FFmpeg的WASM来修复文件。
不过,看到JS代码如何将GIF切割成图像数据,并在画布上重放,然后再传递给WebCodec,确实很有趣。如果你有兴趣查看源代码,GitHub链接在这里:[2]。谢谢!
[1]: [https://beyondloom.com/tools/wigglypaint.html#main](https://beyondloom.com/tools/wigglypaint.html#main)
[2]: [https://github.com/altbdoor/wiggly-compose-gif](https://github.com/altbdoor/wiggly-compose-gif)
以下是翻译内容:
<a href="https://www.theverge.com/tech/940589/nvidia-rtx-spark-n1-n1x-laptop-desktop-pc-cpu-gpu-ai-release-date" rel="nofollow">https://www.theverge.com/tech/940589/nvidia-rtx-spark-n1-n1x...</a><p><a href="https://finance.yahoo.com/markets/article/nvidia-debuts-rtx-spark-processor-for-windows-laptops-taking-aim-at-intel-amd-053000567.html" rel="nofollow">https://finance.yahoo.com/markets/article/nvidia-debuts-rtx-...</a><p><a href="https://www.macrumors.com/2026/06/01/nvidia-challenges-apple-rtx-spark-pc-chip/" rel="nofollow">https://www.macrumors.com/2026/06/01/nvidia-challenges-apple...</a>
我一直在乐此不疲地制作多个可以在浏览器中运行的小应用。我尝试看看在没有后端和依赖其他服务的情况下,我能做到什么程度。我写这些是为了好玩,想知道大家的看法。