SShortSingh.
Back to feed

Aphelion Editor: Open-Source Node-Based Video Editor Built for Flexible Pipelines

0
·1 views

A developer has released Aphelion Editor, a free and open-source video editing application that replaces the traditional timeline workflow with a node-based graph system. Users connect nodes representing inputs, effects, transforms, audio, and outputs to visually construct their entire video processing pipeline. The project is written in Python using PyQt6, with OpenCV, NumPy, and FFmpeg handling media processing tasks. Current features include keyframing, point and planar tracking, animatable properties, plugin support, and a growing built-in node library. The source code is publicly available on GitHub, and the developer plans to add GPU-backed processing and expand compositing and motion graphics capabilities over time.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

WebMCP Lets AI Agents Interact With Websites Without Leaving the Browser

WebMCP is an experimental browser API that allows websites to expose tools directly to AI agents, enabling them to interact with a page without external scraping or separate server connections. Unlike traditional MCP, WebMCP operates within the browser context, requiring the relevant website to be open and the user to be authenticated where needed. ChatGPT has recently added support for WebMCP-based site tools in its built-in browser, signaling growing industry momentum behind the technology. A developer who presented WebMCP at AGNTCon and MCPCon Europe in front of over 2,000 attendees demonstrated the API using an interactive startup simulator that remains fully usable manually. According to a contributor working on the project, WebMCP is expected to reach reasonable stability in Chromium browsers around January or February 2026.

0
ProgrammingDEV Community ·

Open Source MCP Gateways Offer Centralized Control for Claude Code Workflows

Connecting Claude Code directly to multiple Model Context Protocol servers creates problems including token bloat, credential sprawl, and security gaps in agentic coding environments. An MCP gateway acts as a reverse proxy that aggregates tool servers into a single authenticated interface, simplifying management for engineering teams. Bifrost, an open-source gateway built in Go by Maxim AI, has emerged as a leading option, reportedly cutting tool-definition token costs by up to 92.8% through its Code Mode execution feature. Other open-source alternatives such as Docker MCP Gateway, IBM ContextForge, and LiteLLM cater to more specific needs like container isolation, multi-protocol federation, and Python-based proxy setups. The guide aims to help engineering teams compare these gateway architectures and choose the most suitable solution for scaling Claude Code deployments.

0
ProgrammingHacker News ·

Kev: Lightweight Decision Model Family Built on Qwen3 Released on GitHub

A developer named Jared Palmer has released Kev, a compact family of decision-making AI models hosted on GitHub. Kev is described as a tiny, Jev-like model family built on top of Qwen3. The project has gained early traction on Hacker News, attracting 22 points and 8 comments shortly after posting. The models appear aimed at developers seeking lightweight, efficient decision-model solutions. No further details about intended use cases or benchmarks are publicly available at this time.

0
ProgrammingDEV Community ·

Amazon Bedrock AgentCore Memory Links Voice and Chat AI Agents in Shared Omnichannel Experience

A developer has built an omnichannel shopping assistant that allows a voice agent and a text chat agent to share long-term memory using Amazon Bedrock AgentCore Memory, Strands, and Amplify Gen 2. Previously, the two agents operated independently, meaning user preferences shared with one channel were unknown to the other. The solution uses AgentCore Memory's extraction strategies — User Preference and Semantic — to distill raw conversation events into persistent, cross-channel knowledge such as budget ranges and gear preferences. Short-term memory within individual sessions is handled automatically by existing tools: Amplify AI Kit for chat and the Strands BidiAgent for voice. Together, these components allow both agents to behave as a single unified assistant, carrying context like 'prefers ultralight camping gear' across sessions and channels.