展示HN:简单的画中画Final Cut Pro自动化工具

1作者: andrewfromx8 个月前原帖
请使用以下 Hammerspoon Lua 脚本:<p><a href="https://github.com/andrewarrow/cutlass/blob/main/scripts/hammerspoon.lua">https://github.com/andrewarrow/cutlass/blob/main/scripts/hammerspoon.lua</a><p>现在你可以按一个按钮同时开始录制电影和屏幕。<p>在你完成讲解并演示屏幕后,保存文件并运行:<p>./cutlass fcp add-video ~/Documents/test1.mov -o demo.fcpxml<p>./cutlass fcp add-pip-video ~/Desktop/test1.mov --input demo.fcpxml -o demo.fcpxml<p>这将生成一个 Final Cut Pro XML 文件,你可以将其导入到 FCP 中,制作出类似于以下视频:<p><a href="https://www.youtube.com/watch?v=dxQkM0Sszeo" rel="nofollow">https://www.youtube.com/watch?v=dxQkM0Sszeo</a>
查看原文
Take this hammerspoon lua script:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;andrewarrow&#x2F;cutlass&#x2F;blob&#x2F;main&#x2F;scripts&#x2F;hammerspoon.lua">https:&#x2F;&#x2F;github.com&#x2F;andrewarrow&#x2F;cutlass&#x2F;blob&#x2F;main&#x2F;scripts&#x2F;ham...</a><p>And you can now press one buttons to start a movie recording and a screen recording at the same time.<p>After you have talked and demo&#x27;d your screen save the files and run:<p>.&#x2F;cutlass fcp add-video ~&#x2F;Documents&#x2F;test1.mov -o demo.fcpxml<p>.&#x2F;cutlass fcp add-pip-video ~&#x2F;Desktop&#x2F;test1.mov --input demo.fcpxml -o demo.fcpxml<p>And it will make you a final cut pro xml file you can import to FCP and have a video like:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=dxQkM0Sszeo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=dxQkM0Sszeo</a>