<?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: Sagi h</title>
    <description>The latest articles on DEV Community by Sagi h (@hammersi).</description>
    <link>https://dev.to/hammersi</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%2F102731%2F9a34caf0-fd34-4cc5-b33b-fb42ee94e6fa.jpg</url>
      <title>DEV Community: Sagi h</title>
      <link>https://dev.to/hammersi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hammersi"/>
    <language>en</language>
    <item>
      <title>I just wanted to convert an image to WebP and cut a few seconds from a video</title>
      <dc:creator>Sagi h</dc:creator>
      <pubDate>Thu, 30 Apr 2026 21:06:00 +0000</pubDate>
      <link>https://dev.to/hammersi/i-just-wanted-to-convert-an-image-to-webp-and-cut-a-few-seconds-from-a-video-b73</link>
      <guid>https://dev.to/hammersi/i-just-wanted-to-convert-an-image-to-webp-and-cut-a-few-seconds-from-a-video-b73</guid>
      <description>&lt;h2&gt;
  
  
  I just wanted to convert an PNG to WebP and cut a few seconds from a video! so I built FastEdit
&lt;/h2&gt;

&lt;p&gt;This started with a very stupid problem.&lt;/p&gt;

&lt;p&gt;I had a simple media task:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;convert PNG to WebP&lt;/li&gt;
&lt;li&gt;trim a short video&lt;/li&gt;
&lt;li&gt;compress a file enough so I have good light house score&lt;/li&gt;
&lt;li&gt;crop something before uploading&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The kind of thing that should take 30 seconds.&lt;br&gt;
Instead, every option was bad in a different way.&lt;br&gt;
One site wanted me to upload the file.&lt;br&gt;
Another had ads everywhere.&lt;br&gt;
Another let me edit the file, then asked me to pay when I tried to export.&lt;br&gt;
Another added a watermark.&lt;br&gt;
Another technically worked, but the UX felt like it had not changed since 2009.&lt;/p&gt;

&lt;p&gt;And then there are the "proper" tools.&lt;br&gt;
Install a desktop app. Open a full editor. Figure out export settings. Or use ffmpeg and start searching for the right flags again.&lt;/p&gt;

&lt;p&gt;All of that is fine when you are doing serious editing.&lt;br&gt;
But most of the time, I was not doing serious editing.&lt;br&gt;
I just wanted to fix the file and move on.&lt;/p&gt;

&lt;p&gt;So I built FastEdit:&lt;br&gt;
&lt;a href="https://fastedit.net" rel="noopener noreferrer"&gt;https://fastedit.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;FastEdit is a free browser-based image, GIF, and video editor/converter.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Local&lt;/li&gt;
&lt;li&gt;no account&lt;/li&gt;
&lt;li&gt;no watermarks&lt;/li&gt;
&lt;li&gt;no random export limits&lt;/li&gt;
&lt;li&gt;no "subscribe to download"&lt;/li&gt;
&lt;li&gt;no bloated editor for tiny file chores&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It runs locally in the browser using WebAssembly, so the file stays on your device.&lt;/p&gt;

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

&lt;p&gt;FastEdit is for the small media tasks that show up right before you post, ship, send, or publish something.&lt;/p&gt;

&lt;p&gt;Things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Converting images&lt;/li&gt;
&lt;li&gt;MP4 to GIF&lt;/li&gt;
&lt;li&gt;GIF compression&lt;/li&gt;
&lt;li&gt;image compression to a target size&lt;/li&gt;
&lt;li&gt;crop and resize&lt;/li&gt;
&lt;li&gt;trim video&lt;/li&gt;
&lt;li&gt;add text or logo overlays&lt;/li&gt;
&lt;li&gt;blur or redact parts of a clip&lt;/li&gt;
&lt;li&gt;create favicons&lt;/li&gt;
&lt;li&gt;resize thumbnails and social images&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Basically, the annoying "last-mile" file chores.&lt;br&gt;
I do not want to open Photoshop for this.&lt;br&gt;
I do not want to install another app for this.&lt;br&gt;
I do not want to upload private screenshots, client assets, or product recordings to a random converter site just to change a format or cut three seconds from a clip.&lt;/p&gt;

&lt;p&gt;I want:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the page&lt;/li&gt;
&lt;li&gt;Drop the file&lt;/li&gt;
&lt;li&gt;Fix the thing&lt;/li&gt;
&lt;li&gt;Export&lt;/li&gt;
&lt;li&gt;Leave&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That is the whole product philosophy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why local-first matters
&lt;/h2&gt;

&lt;p&gt;A lot of online converters and editors are somewhat convenient for one task, but they usually require uploading the file.&lt;/p&gt;

&lt;p&gt;For many files, that is probably fine.&lt;br&gt;
But sometimes the file is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a client screenshot&lt;/li&gt;
&lt;li&gt;a private screen recording&lt;/li&gt;
&lt;li&gt;a product demo before launch&lt;/li&gt;
&lt;li&gt;a bug report with user data&lt;/li&gt;
&lt;li&gt;an internal image&lt;/li&gt;
&lt;li&gt;something you simply do not want copied to another server&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;FastEdit loads the app, then processes the file in your browser.&lt;br&gt;
That means the actual media work happens on your machine.&lt;/p&gt;

&lt;p&gt;No upload queue.&lt;br&gt;
No remote worker.&lt;br&gt;
No server copy to delete later.&lt;br&gt;
Just your browser doing the work.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I am not trying to build
&lt;/h2&gt;

&lt;p&gt;I am not trying to replace professional creative tools.&lt;br&gt;
If you need advanced video editing, use a real video editor.&lt;br&gt;
If you need serious image manipulation, use a real image editor.&lt;/p&gt;

&lt;p&gt;FastEdit is intentionally for the boring stuff.&lt;br&gt;
The little tasks that interrupt actual work.&lt;br&gt;
The file is too big.&lt;br&gt;
The format is wrong.&lt;br&gt;
The GIF needs a caption.&lt;br&gt;
The clip has dead air.&lt;br&gt;
The screenshot has something private in it.&lt;br&gt;
The platform wants a weird size.&lt;br&gt;
The avatar needs to be under 256KB.&lt;br&gt;
Those tasks should not require a full editing workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current features
&lt;/h2&gt;

&lt;p&gt;Right now FastEdit supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;image, GIF, and video conversion&lt;/li&gt;
&lt;li&gt;basic video effects&lt;/li&gt;
&lt;li&gt;compression&lt;/li&gt;
&lt;li&gt;crop and resize&lt;/li&gt;
&lt;li&gt;video trimming&lt;/li&gt;
&lt;li&gt;text overlays&lt;/li&gt;
&lt;li&gt;image and logo overlays&lt;/li&gt;
&lt;li&gt;blur and redaction&lt;/li&gt;
&lt;li&gt;batch processing&lt;/li&gt;
&lt;li&gt;target file size exports&lt;/li&gt;
&lt;li&gt;platform presets for things like Discord, Telegram, YouTube, Instagram, GitHub, favicons, and more&lt;/li&gt;
&lt;li&gt;local browser-based processing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is completely free right now.&lt;br&gt;
No account.&lt;br&gt;
No watermark.&lt;br&gt;
No paid export button hiding at the end.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech side
&lt;/h2&gt;

&lt;p&gt;The core idea is to push as much processing as possible into the browser.&lt;/p&gt;

&lt;p&gt;The app uses browser APIs and WebAssembly-based processing so common conversion and editing workflows can run locally.&lt;/p&gt;

&lt;p&gt;That gives a few benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fewer privacy concerns&lt;/li&gt;
&lt;li&gt;no upload wait&lt;/li&gt;
&lt;li&gt;no server-side processing queue&lt;/li&gt;
&lt;li&gt;no per-file cloud processing cost&lt;/li&gt;
&lt;li&gt;works well for quick edits&lt;/li&gt;
&lt;li&gt;easier to offer for free&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The tradeoff is that performance depends on the user's device.&lt;br&gt;
Big files are limited by browser memory and local CPU power.&lt;br&gt;
But for the kind of small, annoying file tasks I built this for, that tradeoff feels worth it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback wanted
&lt;/h2&gt;

&lt;p&gt;I would love feedback from other developers and indie hackers.&lt;/p&gt;

&lt;p&gt;Especially on:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is the positioning clear?&lt;/li&gt;
&lt;li&gt;Would you use this for README GIFs, product screenshots, demo clips, favicons, or launch assets?&lt;/li&gt;
&lt;li&gt;What small media task still annoys you?&lt;/li&gt;
&lt;li&gt;Does the no-upload angle matter to you?&lt;/li&gt;
&lt;li&gt;Is anything confusing in the first 30 seconds?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can try it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fastedit.net" rel="noopener noreferrer"&gt;https://fastedit.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built it because I was tired of needing five different sketchy websites or one giant overpowered app for basic media chores.&lt;/p&gt;

&lt;p&gt;Trying to make the boring file-fixing part of shipping things suck a little less.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>tools</category>
      <category>free</category>
    </item>
  </channel>
</rss>
