Project ideas from Hacker News discussions.

OpenShot 4.0 – Open-source video editor

📝 Discussion Summary (Click to expand)

Theme 1 – Privacy and tracking concerns
Many commenters objected to the OpenShot website displaying a cookie banner and sharing data with numerous ad‑tech partners, seeing it at odds with the project’s “open‑source” branding.

  • “The cookie banner and the list of 209 adtech vendors they share user data with is so repulsive.” – woadwarrior01
  • “Adtech cookie banner on a .org domain for a thing whose name starts with „Open“? No thanks.” – akrauss
  • “Funnily enough their not (fully) free and not open source competitor DaVinci Resolve doesn't have a cookie banner and doesn't set any cookies on your browser.” – iLoveOncall

Theme 2 – Feature comparison and usability
Discussion frequently weighed OpenShot’s capabilities against established editors (DaVinci Resolve, Kdenlive, Shotcut), noting its ease of use for casual work but pointing out gaps in advanced color grading, performance, and specialized tools.

  • “DaVinci Resolve on Linux desktops handles Dlog/HDR camera and drone LUTs like a champ … When they run the budget speed-editor promos you get the studio license card for free.” – Joel_Mckay
  • “OpenShot is however significantly easier to use and does what you need for casual editing. If you want a step above that and still FLOSS then Kdenlive is a better choice.” – Matl
  • “UI looks like it got a nice touch up and also cool to see that the project has AI powered object masking using onnx models.” – zikani_03

Theme 3 – FOSS sustainability, funding, and future direction
Commenters debated how free software should be sustained (donations, ads, optional paid features), expressed frustration over perceived hypocrisy, and suggested adding API/CLI or agentic capabilities to keep the project relevant.

  • “Typical FOSS hypocrite. Mad that “free” software has to be paid by someone.” – mogwire
  • “And I don't think it's a terrible thing for an open source developer to try to earn a few coins.” – TheChaplain
  • “any interest in adding agentic capabilities?” – yieldcrv
  • “It's FLOSS (GPLv3). There are very few free software video editors.” – bonoboTP

🚀 Project Ideas

OpenShot ColorScope Pro

Summary

  • Adds professional color grading tools: vectorscope, waveform, hue‑vs‑hue, hue‑vs‑sat sliders, and LUT management directly inside OpenShot.
  • Solves the frustration expressed by users who need precise camera‑to‑camera matching without leaving the editor.

Details

Key Value
Target Audience Videographers, YouTubers, and indie filmmakers using OpenShot who need accurate color correction
Core Feature Real‑time vectorscope/waveform overlay + hue‑vs‑hue/sat controls + LUT loader & preview
Tech Stack Python 3 (OpenShot base), PyQt5/Qt6, OpenGL for scopes, NumPy for LUT math
Difficulty Medium
Monetization Hobby

Notes

  • HN commenters explicitly asked for “hue vs hue, hue vs sat, etc. controls” and a vectorscope (Almondsetat); this plugin delivers that missing workflow.
  • By integrating scopes into the existing UI, users can avoid switching to DaVinci Resolve just for color matching, increasing OpenShot’s appeal to semi‑pro users.

OpenShot Automate CLI & Agent API

Summary

  • Provides a headless command‑line interface and a lightweight gRPC/REST API for batch rendering, lossless cuts, applying presets, and driving edits via AI agents.
  • Addresses the demand for programmatic access, lossless editing, and agent‑driven workflows raised by Schlagbohrer, drob518, and yieldcrv.

Details

Key Value
Target Audience Power users, automation enthusiasts, and developers building AI‑assisted video pipelines
Core Feature CLI commands (e.g., openshot-cli cut --lossless in.mp4 out.mp4 --start 00:02:10 --end 00:02:20) and API endpoints for project manipulation, rendering, and preset application
Tech Stack Python 3, Typer/Click for CLI, gRPC‑protobuf or FastAPI for API, uses existing libopenshot/FFmpeg bindings
Difficulty Medium
Monetization Hobby

Notes

  • Commenters wished for “API or CLI of some sort” and imagined agents driving the editor (Schlagbohrer, drob518, yieldcrv); this tool makes that possible without altering the GUI.
  • Enables lossless smart‑cut workflows by delegating to ffmpeg’s keyframe‑aware cutting, satisfying the lossless‑editing desire expressed by hn_submit and nickjj.

OpenShot Shield – Privacy & Accessibility Wrapper

Summary

  • A lightweight launcher that strips telemetry/cookie‑banner tracking, provides an ARIA‑enhanced, screen‑reader friendly UI overlay, and bundles one‑click LUFS normalization presets for YouTube/streaming.
  • Tackles privacy concerns (woadwarrior01), accessibility gaps (zersiax), and the need for easy loudness normalization (Joel_Mckay/efilife).

Details

Key Value
Target Audience Privacy‑conscious users, visually impaired editors, and creators who need reliable audio loudness targeting
Core Feature Launcher that disables OpenShot’s optional tracking, injects Qt accessibility plugins, and adds a preset panel for LUFS‑targeted audio normalization
Tech Stack Tauri (Rust) or Electron wrapper, Qt accessibility modules, Python subprocess to launch OpenShot, optional FFmpeg loudness filter
Difficulty Medium
Monetization Hobby

Notes

  • Users complained about the “cookie banner and list of 209 adtech vendors” and wanted a clean, ad‑free experience (woadwarrior01); Shield removes those elements by blocking network calls to known trackers.
  • Accessibility requests for screen‑reader support (zersiax) are met by exposing Qt’s accessibility interfaces and adding ARIA labels to key controls.
  • Integrated LUFS presets let creators hit YouTube loudness targets with a single click, addressing the audio normalization workflow debate.

Read Later