<?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: kinandev</title>
    <description>The latest articles on DEV Community by kinandev (@opencut).</description>
    <link>https://dev.to/opencut</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%2F3433637%2Fd8bea56d-357f-48a0-b100-3aa0433fd110.png</url>
      <title>DEV Community: kinandev</title>
      <link>https://dev.to/opencut</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/opencut"/>
    <language>en</language>
    <item>
      <title>🚧 OpenCut:Delta 1.0.0 is Live – Help Us Shape the Final Cut-update-2♥</title>
      <dc:creator>kinandev</dc:creator>
      <pubDate>Mon, 18 Aug 2025 18:27:43 +0000</pubDate>
      <link>https://dev.to/opencut/opencutdelta-100-is-live-help-us-shape-the-final-cut-update-2-33ae</link>
      <guid>https://dev.to/opencut/opencutdelta-100-is-live-help-us-shape-the-final-cut-update-2-33ae</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa4zqm9chomqo3c164b2b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa4zqm9chomqo3c164b2b.png" alt=" " width="800" height="601"&gt;&lt;/a&gt;&lt;br&gt;
Hey devs,&lt;br&gt;
The wheels are still turning! After three weeks of solo hacking, I’m happy to announce Delta 1.0.0, the bleeding-edge development build of our free, open-source video editor. Here’s everything you need to know.&lt;br&gt;
🧭 Release road-map (why the weird version numbers?)&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Delta – unstable, rewrite-friendly.
Beta – feature-complete, public testing.
Stable – production-ready, installs everywhere.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;If Beta ends up at 1.0.79, the first stable tag will be 1.1.79. Future majors will simply bump the first digit (2.x, 3.x, …).&lt;br&gt;
🔥 What changed since the last post&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Complete code-base rewrite – faster, leaner, easier to contribute to.
Re-arranged UI – the media panel is now compact and dock-friendly.
Timeline (WIP) – this is eating most of my time:
    Drag-and-drop a video (single clip for now).
    One lightweight thumbnail strip keeps RAM usage low.
    Waveform preview highlights silent vs. audible regions.
    Stretchable timeline without frame drops or CPU spikes.
18 new themes – dark, light, and a few pastel ones that the community asked for.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;🙋‍♂️ How you can help&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Test the Delta build and file bugs.
Suggest features or UX tweaks – nothing is set in stone yet.
Open PRs – even a typo fix is welcome.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;I’m still coding alone, so every star, issue, or retweet keeps the momentum alive.&lt;br&gt;
📅 ETA&lt;br&gt;
If the current pace holds, Beta will drop before the end of this month, with a stable v1.1.x release planned for next month.&lt;br&gt;
Grab the Delta build ➡️ &lt;a href="https://github.com/KinanCodeaz/opencut" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;
contributing+Road-map &amp;amp; issues ➡️ &lt;a href="https://github.com/KinanCodeaz/opencut?tab=contributing-ov-file" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;br&gt;
Thank you for being part of this journey—this editor is built by the community, for the community. Let’s make the final cut together!&lt;br&gt;
Happy clipping,&lt;/p&gt;

</description>
    </item>
    <item>
      <title>OpenCut: A Lightweight Open-Source Video Editor Built with Python (And How You Can Help)</title>
      <dc:creator>kinandev</dc:creator>
      <pubDate>Thu, 14 Aug 2025 22:35:20 +0000</pubDate>
      <link>https://dev.to/opencut/opencut-a-lightweight-open-source-video-editor-built-with-python-and-how-you-can-help-3pm4</link>
      <guid>https://dev.to/opencut/opencut-a-lightweight-open-source-video-editor-built-with-python-and-how-you-can-help-3pm4</guid>
      <description>&lt;h1&gt;
  
  
  Showcasing OpenCut: A Lightweight Open-Source Video Editor Built with Python (And How You Can Help)
&lt;/h1&gt;

&lt;p&gt;Hi DEV Community! 👋&lt;/p&gt;

&lt;p&gt;I'm excited to introduce &lt;strong&gt;&lt;a href="https://github.com/KinanCodeaz/opencut" rel="noopener noreferrer"&gt;OpenCut&lt;/a&gt;&lt;/strong&gt; — a simple, lightweight, and open-source video editor I'm building with &lt;strong&gt;Python and PyQt5&lt;/strong&gt;. It's designed for beginners, low-end machines, and anyone who wants a no-fuss way to cut and trim videos.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🎬 &lt;strong&gt;OpenCut is 100% free, no watermarks, no ads — just clean, open-source code.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Why OpenCut?
&lt;/h2&gt;

&lt;p&gt;Most video editors are either too heavy (like DaVinci Resolve) or too limited (like basic trimmers).&lt;br&gt;&lt;br&gt;
I wanted to create something in the middle:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Lightweight (runs smoothly on older laptops)&lt;/li&gt;
&lt;li&gt;✅ Cross-platform (Windows, macOS, Linux)&lt;/li&gt;
&lt;li&gt;✅ Intuitive UI with standard keyboard shortcuts&lt;/li&gt;
&lt;li&gt;✅ 10 beautiful themes (including dark mode and eye-comfort options)&lt;/li&gt;
&lt;li&gt;✅ Thumbnail previews for media files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And yes — it's &lt;strong&gt;built entirely in Python&lt;/strong&gt;. 🐍&lt;/p&gt;




&lt;h2&gt;
  
  
  🖼 Screenshots
&lt;/h2&gt;

&lt;p&gt;Here’s what it looks like:&lt;/p&gt;

&lt;p&gt;!&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgc8ybsfnuh8017b00i18.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgc8ybsfnuh8017b00i18.png" alt=" " width="800" height="551"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;The main window with the Soft Purple theme — clean and focused.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;!&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6byd8gj64un1mll84otv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6byd8gj64un1mll84otv.png" alt=" " width="800" height="548"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;All 10 built-in themes — perfect for day, night, or sensitive eyes.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Current Development: Delta v1.0.0
&lt;/h2&gt;

&lt;p&gt;We're in the &lt;strong&gt;Delta phase&lt;/strong&gt; — active development and testing.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's Done:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;10 CSS-based themes&lt;/li&gt;
&lt;li&gt;Support for MP4, AVI, MOV, MKV, and more&lt;/li&gt;
&lt;li&gt;Media thumbnail previews&lt;/li&gt;
&lt;li&gt;Standard shortcuts (Ctrl+Z, Space, etc.)&lt;/li&gt;
&lt;li&gt;Extremely low resource usage&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  In Progress:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🔧 A &lt;strong&gt;custom timeline panel&lt;/strong&gt; for precise editing&lt;/li&gt;
&lt;li&gt;✨ &lt;strong&gt;Text and video effects&lt;/strong&gt; (fade, blur, transitions)&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;Multilingual support&lt;/strong&gt; (Arabic, French, Chinese coming in Beta v1.0.79)&lt;/li&gt;
&lt;li&gt;🛠 Improving UI responsiveness&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤝 This Is a Community Project
&lt;/h2&gt;

&lt;p&gt;OpenCut is not just my project — it’s &lt;strong&gt;by the community, for the community&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I’m actively looking for help from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;💻 &lt;strong&gt;Python/PyQt Developers&lt;/strong&gt; – Help build the timeline, fix bugs, optimize code&lt;/li&gt;
&lt;li&gt;🎨 &lt;strong&gt;Designers&lt;/strong&gt; – Create new themes, icons, or improve the UI&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;Translators&lt;/strong&gt; – Help translate the interface (Arabic, French, Chinese needed!)&lt;/li&gt;
&lt;li&gt;🐞 &lt;strong&gt;Testers&lt;/strong&gt; – Try the app, report bugs, suggest UX improvements&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 How to Try It
&lt;/h2&gt;

&lt;p&gt;It’s easy to run locally:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/KinanCodeaz/opencut.git
cd opencut
pip install -r resources/requirements.txt
python main.py


#opensource #python #pyqt #videoeditor #showdev #webdev #beginners
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
  </channel>
</rss>
