<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Video on Luca's Blog</title><link>https://wlj.me/tags/video/</link><description>Recent content in Video on Luca's Blog</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Thu, 07 May 2026 12:47:08 +0800</lastBuildDate><atom:link href="https://wlj.me/tags/video/index.xml" rel="self" type="application/rss+xml"/><item><title>Recordly：开源的桌面录屏 + 编辑器</title><link>https://wlj.me/posts/recordly-screen-recorder/</link><pubDate>Thu, 07 May 2026 12:47:08 +0800</pubDate><guid>https://wlj.me/posts/recordly-screen-recorder/</guid><description>&lt;p>看到一个开源的桌面录屏工具 &lt;a href="https://github.com/webadderallorg/Recordly">Recordly&lt;/a>，macOS / Windows / Linux 都能跑。&lt;/p>
&lt;p>它把录制和后期合在一个 app 里。录完直接进编辑器，时间轴上做 trim、zoom、变速、注释、额外音轨、裁剪，不再把素材丢进另一个剪辑软件。&lt;/p>
&lt;h2 id="主要功能">主要功能&lt;/h2>
&lt;ul>
&lt;li>自动 zoom 建议、光标平滑、点击反馈&lt;/li>
&lt;li>把录制内容放进 styled frame：壁纸、渐变、阴影、圆角、留白&lt;/li>
&lt;li>webcam 浮窗，位置可调、可镜像、可加阴影，可设置随 zoom 缩放&lt;/li>
&lt;li>项目可存为 &lt;code>.recordly&lt;/code> 文件，之后再打开继续改&lt;/li>
&lt;li>导出 MP4 或 GIF&lt;/li>
&lt;li>扩展市场 &lt;a href="https://marketplace.recordly.dev/extensions">marketplace.recordly.dev&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="平台支持">平台支持&lt;/h2>
&lt;ul>
&lt;li>macOS 14.0+：用 ScreenCaptureKit 原生捕获&lt;/li>
&lt;li>Windows 10 19041+：用 Windows Graphics Capture + WASAPI 音频&lt;/li>
&lt;li>Linux 现代发行版：Electron 捕获，目前不支持隐藏鼠标&lt;/li>
&lt;/ul>
&lt;h2 id="项目情况">项目情况&lt;/h2>
&lt;ul>
&lt;li>许可证：AGPL 3.0&lt;/li>
&lt;li>主页：&lt;a href="https://www.recordly.dev">recordly.dev&lt;/a>&lt;/li>
&lt;li>仓库：&lt;a href="https://github.com/webadderallorg/Recordly">webadderallorg/Recordly&lt;/a>&lt;/li>
&lt;li>从 &lt;a href="https://github.com/siddharthvaddem/openscreen">OpenScreen&lt;/a> fork 后另起的项目&lt;/li>
&lt;/ul></description></item><item><title>用 Slidev 做视频的方案</title><link>https://wlj.me/posts/slidev-markdown-to-video/</link><pubDate>Tue, 21 Apr 2026 07:11:35 +0800</pubDate><guid>https://wlj.me/posts/slidev-markdown-to-video/</guid><description>&lt;p>方军发了一段文字：&lt;/p>
&lt;blockquote>
&lt;p>内容用 markdown；画面用 slidev 制作，可以加兼容 vue 的网页效果；音频写在 slidev 的 speaker note 里，然后转成音频；slidev 自动播放，由音频往前推动，形成视频的感觉；录制视频用 obs（在 slidev 里写了 addon，一键驱动）。&lt;/p>&lt;/blockquote>
&lt;p>我没完全看懂，问了 Claude 搞清楚了。&lt;/p>
&lt;p>Slidev 原生提供：Markdown 写幻灯片、speaker notes（HTML 注释 &lt;code>&amp;lt;!-- --&amp;gt;&lt;/code>）、Vue 组件、键盘翻页、演讲者模式。&lt;/p>
&lt;p>需要自己写的三块：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>TTS&lt;/strong>：解析 &lt;code>slides.md&lt;/code>，把每页 notes 转成 &lt;code>audio/slide-N.mp3&lt;/code>&lt;/li>
&lt;li>&lt;strong>音频驱动翻页&lt;/strong>：Vue 组件监听当前页，播对应 mp3，&lt;code>audio.ended&lt;/code> 后调 &lt;code>nav.next()&lt;/code>&lt;/li>
&lt;li>&lt;strong>OBS 录制&lt;/strong>：OBS 28+ 内置 WebSocket，浏览器直接连 &lt;code>ws://localhost:4455&lt;/code> 就能控制 &lt;code>StartRecord&lt;/code> / &lt;code>StopRecord&lt;/code>&lt;/li>
&lt;/ol></description></item><item><title>给做短视频产品的同事：先看这四个 Skill</title><link>https://wlj.me/posts/four-skills-for-short-video/</link><pubDate>Sun, 19 Apr 2026 21:51:59 +0800</pubDate><guid>https://wlj.me/posts/four-skills-for-short-video/</guid><description>&lt;p>同事 liurong 想做短视频产品，让我给点建议。我的建议是先把下面四个 Claude Code Skill 过一遍。两个帮你做产品，两个做视频本身。&lt;/p>
&lt;h2 id="做产品的两个">做产品的两个&lt;/h2>
&lt;h3 id="superpowers--obrasuperpowers">superpowers — &lt;a href="https://github.com/obra/superpowers">obra/superpowers&lt;/a>&lt;/h3>
&lt;p>一套软件开发方法论。装上之后 Claude Code 不会直接写代码，会先和你对齐需求、出 spec、等你确认，然后出实现计划，再派 subagent 一个任务一个任务做，过程里走 TDD、守 YAGNI 和 DRY。&lt;/p>
&lt;p>作者 Jesse（obra）是 Anthropic 工程师，已进入官方 plugin marketplace：&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">/plugin install superpowers@claude-plugins-official
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="gstack--garrytangstack">gstack — &lt;a href="https://github.com/garrytan/gstack">garrytan/gstack&lt;/a>&lt;/h3>
&lt;p>YC 总裁 Garry Tan 的个人工具包。把 Claude Code 拆成 23 个角色：CEO、eng manager、designer、code reviewer、QA、security officer、release engineer 等，每个都是 slash command。&lt;/p>
&lt;p>和做产品相关的几个：&lt;/p>
&lt;ul>
&lt;li>&lt;code>/office-hours&lt;/code>：YC 式产品拷问，六个问题&lt;/li>
&lt;li>&lt;code>/plan-ceo-review&lt;/code>：以 CEO 视角审视功能&lt;/li>
&lt;li>&lt;code>/design-review&lt;/code>、&lt;code>/qa&lt;/code>：设计和质量检查&lt;/li>
&lt;li>&lt;code>/review&lt;/code>、&lt;code>/ship&lt;/code>：代码审查和发布&lt;/li>
&lt;/ul>
&lt;p>起手可以先跑一次 &lt;code>/office-hours&lt;/code>，描述你的短视频产品。&lt;/p>
&lt;h2 id="做视频的两个">做视频的两个&lt;/h2>
&lt;h3 id="hyperframes--heygen-comhyperframes">hyperframes — &lt;a href="https://github.com/heygen-com/hyperframes">heygen-com/hyperframes&lt;/a>&lt;/h3>
&lt;p>HeyGen 开源的视频渲染框架：Composition 是 HTML 文件，动画用 GSAP，渲染成 MP4。专为 AI agent 设计，agent 直接写 HTML，不需要学专有 DSL。&lt;/p></description></item></channel></rss>