<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Nick Valencia</title>
    <description>The latest articles on Forem by Nick Valencia (@nickvalenciatech).</description>
    <link>https://forem.com/nickvalenciatech</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3932043%2F8eef2104-7e8c-4c5b-b441-13388ed261ac.jpeg</url>
      <title>Forem: Nick Valencia</title>
      <link>https://forem.com/nickvalenciatech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nickvalenciatech"/>
    <language>en</language>
    <item>
      <title>Cutting Room Now Available on macOS</title>
      <dc:creator>Nick Valencia</dc:creator>
      <pubDate>Sat, 16 May 2026 01:49:16 +0000</pubDate>
      <link>https://forem.com/nickvalenciatech/cutting-room-now-available-on-macos-nm9</link>
      <guid>https://forem.com/nickvalenciatech/cutting-room-now-available-on-macos-nm9</guid>
      <description>&lt;p&gt;Cutting Room AI now runs on macOS. If you edit in DaVinci Resolve Studio on a Mac, you can control your timeline with plain English.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What It Does&lt;/strong&gt;&lt;br&gt;
You type something like "set opacity to 50% on the third clip" or "add markers at every cut point on track 1" — and it happens. No scripting knowledge required. No copy-pasting code from forums. Describe what you want, confirm, done.&lt;/p&gt;

&lt;p&gt;It connects to your running Resolve instance and executes operations against your live timeline in real time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Built It&lt;/strong&gt;&lt;br&gt;
I kept running into the same repetitive timeline tasks — batch property changes, organizing clips, setting up renders with specific settings. Resolve's scripting API can do all of this, but writing Python scripts for every little thing breaks your creative flow.&lt;/p&gt;

&lt;p&gt;So I built a layer on top: natural language in, timeline changes out. The AI understands Resolve's API and your current timeline state, generates the right operations, and runs them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's New&lt;/strong&gt;&lt;br&gt;
The Mac version is the same app, same capabilities — just built natively for macOS. Signed and notarized, so it opens cleanly without Gatekeeper friction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What It Can Do (v1)&lt;/strong&gt;&lt;br&gt;
Clip properties: opacity, zoom, pan, tilt, rotation, flip, crop, composite mode&lt;br&gt;
Track operations: add, delete, enable/disable, lock, rename&lt;br&gt;
Markers: add, delete, list, color-code&lt;br&gt;
Clip organization: colors, flags&lt;br&gt;
Timeline navigation: jump to timecode, switch pages&lt;br&gt;
Media pool: list clips, create bins and timelines&lt;br&gt;
Rendering: configure settings, add jobs, start/stop renders&lt;br&gt;
Batch operations across entire tracks&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Requirements&lt;/strong&gt;&lt;br&gt;
DaVinci Resolve Studio (external scripting requires the paid version)&lt;br&gt;
Claude API key from Anthropic (~$0.01 per command)&lt;br&gt;
macOS 12+ or Windows 10+&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get It:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Personal Site - &lt;a href="https://nickvalenciatech.com" rel="noopener noreferrer"&gt;https://nickvalenciatech.com&lt;/a&gt;&lt;br&gt;
Gumroad — &lt;a href="https://nickvalenciatech.gumroad.com/l/cuttingroomai" rel="noopener noreferrer"&gt;https://nickvalenciatech.gumroad.com/l/cuttingroomai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;$39 one-time purchase, both platforms included. You bring your own API key.&lt;/p&gt;

&lt;p&gt;Built by a video editor who got tired of the gap between "I know what I want to do" and "now I have to figure out how to script it."&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>NLP Video Editing Copilot</title>
      <dc:creator>Nick Valencia</dc:creator>
      <pubDate>Thu, 14 May 2026 22:17:46 +0000</pubDate>
      <link>https://forem.com/nickvalenciatech/nlp-video-editing-copilot-3ama</link>
      <guid>https://forem.com/nickvalenciatech/nlp-video-editing-copilot-3ama</guid>
      <description>&lt;p&gt;Hey y'all!&lt;br&gt;
I'm very excited to announce the launch of Cutting Room AI, a natural language video editing copilot. Here's what it is...&lt;/p&gt;

&lt;p&gt;Cutting Room AI is a standalone Windows desktop app that lets DaVinci Resolve Studio users control their timeline with plain English. Type what you want — "set opacity to 50% on all clips on track 2" or "add a red marker at the current timecode" — and the AI generates and executes the scripting API calls against your live Resolve session. No scripting knowledge required. &lt;/p&gt;

&lt;p&gt;Key Features&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Natural language commands executed against your live DaVinci Resolve timeline

Clip properties: opacity, zoom, pan, rotation, crop, composite mode, retime

Track operations: add, delete, enable/disable, lock, rename
Markers, clip colors, flags, media pool queries, and rendering control

Sandboxed script execution with AST-level validation and restricted builtins

Prompt library with pre-written commands to get started fast
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Your feedback on the product will be greatly valued and appreciated! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://nickvalenciatech.com/apps/cutting-room-ai" rel="noopener noreferrer"&gt;https://nickvalenciatech.com/apps/cutting-room-ai&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
