<?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: irving leung</title>
    <description>The latest articles on DEV Community by irving leung (@irving_leung_cf46890d1070).</description>
    <link>https://dev.to/irving_leung_cf46890d1070</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%2F4094912%2Ffc0d3a98-38ff-40ac-b748-aac036ac2497.png</url>
      <title>DEV Community: irving leung</title>
      <link>https://dev.to/irving_leung_cf46890d1070</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/irving_leung_cf46890d1070"/>
    <language>en</language>
    <item>
      <title>PromptClip-Skill: a prompt-driven filter for throwaway family videos</title>
      <dc:creator>irving leung</dc:creator>
      <pubDate>Wed, 26 Aug 2026 02:20:17 +0000</pubDate>
      <link>https://dev.to/irving_leung_cf46890d1070/promptclip-skill-a-prompt-driven-filter-for-throwaway-family-videos-g2k</link>
      <guid>https://dev.to/irving_leung_cf46890d1070/promptclip-skill-a-prompt-driven-filter-for-throwaway-family-videos-g2k</guid>
      <description>&lt;p&gt;I built PromptClip-Skill, an open-source Codex Skill for finding the meaningful moments inside a folder of casual videos.&lt;/p&gt;

&lt;p&gt;This started with a very ordinary problem: recording family life is easy, but reviewing it is not.&lt;/p&gt;

&lt;p&gt;A few minutes of a baby playing, a beach walk, or a weekend outing can produce dozens of clips. Many contain camera shake, accidental recordings, repeated actions, empty frames, or a subject leaving the frame. The moments worth sharing are there, but buried in hours of low-signal footage.&lt;/p&gt;

&lt;h2&gt;
  
  
  The key idea
&lt;/h2&gt;

&lt;p&gt;I think of this as a filtering problem before it is an editing problem.&lt;/p&gt;

&lt;p&gt;Instead of asking an AI editor to create a generic montage from every file, I give it a natural-language selection rule:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Keep moments where the baby is clearly visible, reacting naturally, laughing, interacting with a parent, or completing a meaningful action. Remove shaky footage, repeated scenes, empty frames, and incomplete actions. Preserve the original order.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The prompt describes both positive signals and exclusions. The output is a shortlist of candidate clips with timestamps and an edit decision list that can be reviewed before export.&lt;/p&gt;

&lt;p&gt;That makes the workflow useful for personal memories, where selection quality and transparency matter more than automatic transitions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;One-click video creation tools are convenient, but they can be difficult to control for this specific use case:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;short preset outputs can cut away too much context&lt;/li&gt;
&lt;li&gt;custom prompts are not always followed precisely&lt;/li&gt;
&lt;li&gt;negative requirements such as "remove all repeated or empty footage" are hard to express&lt;/li&gt;
&lt;li&gt;it is not always clear why a clip was selected&lt;/li&gt;
&lt;li&gt;the result often follows a generic template instead of the structure of the original memory&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a beach walk with a child, I may want the first discovery of the water, a clear facial expression, a complete interaction with a parent, and a few coherent walking shots. I do not necessarily want every visually active second.&lt;/p&gt;

&lt;h2&gt;
  
  
  Workflow
&lt;/h2&gt;

&lt;p&gt;PromptClip-Skill runs locally in Codex:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Point it at a local folder of videos.&lt;/li&gt;
&lt;li&gt;Describe the people, actions, mood, duration, and exclusions.&lt;/li&gt;
&lt;li&gt;Analyze the footage and identify candidate moments.&lt;/li&gt;
&lt;li&gt;Review timestamps and the generated edit decision list.&lt;/li&gt;
&lt;li&gt;Export selected clips with FFmpeg or continue editing in another tool.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The skill does not modify the original media. Intermediate results remain inspectable, so the selection can be adjusted when the prompt needs refinement.&lt;/p&gt;

&lt;p&gt;It is not tied to family videos. The same approach can be used for travel, pets, sports, events, interviews, lessons, or any collection where useful moments are surrounded by throwaway footage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project status
&lt;/h2&gt;

&lt;p&gt;This is a small open-source experiment, not a hosted video SaaS or a replacement for a professional NLE. It currently focuses on making prompt-based selection practical and repeatable.&lt;/p&gt;

&lt;p&gt;Repository: &lt;a href="https://github.com/ron0115/PromptClip-Skill" rel="noopener noreferrer"&gt;https://github.com/ron0115/PromptClip-Skill&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would especially value feedback on better highlight scoring, prompt templates, local model support, and ways to make the review/export step more reliable.&lt;/p&gt;

&lt;p&gt;The larger question I am exploring is simple: can an AI editor be more useful when it first learns what to throw away?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
