<?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>DEV Community: Beau</title>
    <description>The latest articles on DEV Community by Beau (@beau).</description>
    <link>https://dev.to/beau</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4096923%2Ffd98ff1b-4d21-4ac1-a668-e895ac8cd1f9.jpg</url>
      <title>DEV Community: Beau</title>
      <link>https://dev.to/beau</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/beau"/>
    <language>en</language>
    <item>
      <title>Portrait Clip, a local Windows app for vertical clips</title>
      <dc:creator>Beau</dc:creator>
      <pubDate>Thu, 27 Aug 2026 08:21:42 +0000</pubDate>
      <link>https://dev.to/beau/portrait-clip-a-local-windows-app-for-vertical-clips-bll</link>
      <guid>https://dev.to/beau/portrait-clip-a-local-windows-app-for-vertical-clips-bll</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/beaudenison/portrait-clip" rel="noopener noreferrer"&gt;Portrait Clip&lt;/a&gt; is a Windows app that takes a landscape recording and reframes it for TikTok, Shorts, and Reels. MIT. Local only. No account, no watermark, the file never leaves this PC.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Drop in an MP4, MOV, MKV, WEBM, or AVI. You get two crops on a canvas: &lt;strong&gt;Content&lt;/strong&gt; and &lt;strong&gt;Camera&lt;/strong&gt;. Drag them. Portrait, square, or landscape. Presets: Portrait Split, Portrait Crop, Full Blur. You can save your own layout.&lt;br&gt;
Split at the playhead, trim, delete what you do not want. Compile with FFmpeg at 720p or 1080p, 30 or 60 fps. Stitch compiled clips into a montage if you need one file.&lt;br&gt;
Exports go to &lt;code&gt;Documents\Portrait Clip\Exports&lt;/code&gt; unless you change the folder in Settings.&lt;/p&gt;
&lt;h2&gt;
  
  
  How it is built
&lt;/h2&gt;

&lt;p&gt;Tauri. TypeScript on the front, Rust on the back. FFmpeg encodes on this machine. The installer is a normal setup for the current Windows user. A newer setup replaces the install. Clips and layouts stay put.&lt;br&gt;
Windows 10 or 11, 64-bit. &lt;a href="https://github.com/beaudenison/portrait-clip/releases/latest" rel="noopener noreferrer"&gt;Download the latest installer&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  If you want to build it
&lt;/h2&gt;

&lt;p&gt;Node, Rust, and VS 2022 C++ build tools.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;clone&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;https://github.com/beaudenison/portrait-clip.git&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;cd&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;portrait-clip&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;npm.cmd&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;install&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;powershell&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nt"&gt;-File&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;scripts\download-ffmpeg.ps1&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;npm.cmd&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;run&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;tauri&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;dev&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;code&gt;npm.cmd run tauri -- build&lt;/code&gt; writes the setup to &lt;code&gt;src-tauri/target/release/bundle/nsis/&lt;/code&gt;.&lt;br&gt;
Issues and PRs are open.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Repo: &lt;a href="https://github.com/beaudenison/portrait-clip" rel="noopener noreferrer"&gt;github.com/beaudenison/portrait-clip&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/beaudenison" rel="noopener noreferrer"&gt;beaudenison&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;X: &lt;a href="https://x.com/beaudenison" rel="noopener noreferrer"&gt;@beaudenison&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>showdev</category>
      <category>typescript</category>
      <category>rust</category>
      <category>microsoft</category>
    </item>
    <item>
      <title>Tools I build, and the systems work behind them</title>
      <dc:creator>Beau</dc:creator>
      <pubDate>Thu, 27 Aug 2026 08:09:52 +0000</pubDate>
      <link>https://dev.to/beau/tools-i-build-and-the-systems-work-behind-them-bik</link>
      <guid>https://dev.to/beau/tools-i-build-and-the-systems-work-behind-them-bik</guid>
      <description>&lt;p&gt;I am Beau Denison. Systems engineer in Spokane. I started on a casino floor doing desktop support. Now I work on identity, endpoints, and remote access.&lt;/p&gt;

&lt;p&gt;I also build small tools when I need something that does not exist yet, then I open-source them.&lt;/p&gt;

&lt;p&gt;This account is both. Posts will be about the tools, and about the systems work I do in the shop. I will label which is which.&lt;/p&gt;

&lt;p&gt;GitHub is &lt;a href="https://github.com/beaudenison" rel="noopener noreferrer"&gt;beaudenison&lt;/a&gt;. LinkedIn is &lt;a href="https://www.linkedin.com/in/itbeau" rel="noopener noreferrer"&gt;itbeau&lt;/a&gt;. X is &lt;a href="https://x.com/beaudenison" rel="noopener noreferrer"&gt;@beaudenison&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>career</category>
      <category>beginners</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
