Cursor + FFmpeg Micro: Ship Video Features Without Learning FFmpeg
Originally published at ffmpeg-micro.com You're building a product. Somewhere in the spec, there's a video feature: thumbnail generation, format conve…
Tech news from the best sources
Originally published at ffmpeg-micro.com You're building a product. Somewhere in the spec, there's a video feature: thumbnail generation, format conve…
Originally published at ffmpeg-micro.com Green screen removal is one of those FFmpeg operations that looks simple until you actually try it. Most tuto…
Originally published at ffmpeg-micro.com You're editing together clips from three different recording sessions, and every cut brings a jarring volume …
Building reels by stitching short clips together works, but hard cuts can make the final video feel rough. I wanted Reel Quick to produce something sm…
Three months ago I posted here about Grabbit, a desktop video downloader I built for Windows. The app has grown a lot since then — new engine, local f…
TL;DR FFmpeg 8.x includes av1_vulkan , the first cross-vendor GPU AV1 encoder in mainline FFmpeg. We'll probe whether your GPU + driver actually expos…
Originally published at ffmpeg-micro.com If you've tried running FFmpeg inside a Pipedream workflow, you've probably hit one of two walls: the step ti…
Originally published at ffmpeg-micro.com You need server-side video processing in your Swift app. Maybe you're building a Vapor backend that transcode…
TL;DR If your stream hitches on quality switches but shows zero rebuffering, your ABR renditions probably have keyframes in different places. We'll en…
📦 Code: github.com/USER/nvenc-vs-cpu-bench - replace before publishing TL;DR A GPU encodes faster than a CPU, but "faster" and "cheaper" are different…
TL;DR Converting HDR10 to SDR with a naive FFmpeg command gives you grey, washed-out video. The fix is tone mapping. We will detect HDR with ffprobe ,…
Originally published at ffmpeg-micro.com Every time a new article drops in your RSS feed, you could turn it into a YouTube Short. Not manually. Fully …
Originally published at ffmpeg-micro.com You're building something in Deno and you need video processing. Thumbnail generation, format conversion, tra…
Originally published at ffmpeg-micro.com Airtable is great at tracking content. Rows of video files with status columns, due dates, assignees. But whe…
Originally published at ffmpeg-micro.com FFmpeg's -vf flag handles simple, single-stream operations just fine. Scale a video, crop it, add a watermark…
Abstract This guide provides a comprehensive walkthrough for installing FFmpeg with hardware acceleration (NVENC/NVDEC) on an NVIDIA Jetson AGX Orin 6…
Originally published at ffmpeg-micro.com Remotion lets you build videos the same way you build React components. But moving those compositions from yo…
Originally published at ffmpeg-micro.com Different platforms demand different frame rates. A 60fps screen recording won't fly on a broadcast system ex…
Originally published at ffmpeg-micro.com FFmpeg doesn't have an API. It's a command-line tool. If you want to process video from your app, you either …
All tests run on an 8-year-old MacBook Air. All results from shipping 7 Mac apps as a solo developer. No sponsored opinion. HiyokoAutoSync optionally …
TL;DR We're going to add hover-preview thumbnails (the little image that follows your cursor on a video scrub bar) to a player. Backend is one FFmpeg …
Originally published at ffmpeg-micro.com YouTube creators spend 10 to 20 minutes per video picking and editing a thumbnail. Multiply that by daily upl…
Originally published at ffmpeg-micro.com Most C# video processing guides start the same way: download an FFmpeg binary, add it to your PATH, then call…
Originally published at ffmpeg-micro.com Every video your team publishes needs captions. Accessibility requirements, social media autoplay, SEO value.…
Originally published at ffmpeg-micro.com Most Vercel + Supabase apps hit the same wall: a user uploads a video, and you need to do something with it. …
TL;DR We normalize audio to a consistent perceived loudness using FFmpeg's loudnorm filter in two passes : pass 1 measures, pass 2 applies a linear ga…
This is a sanitized engineering note about server-side audio noise reduction for WebRTC calls. Source article: https://www.lodan.me/posts/server-side-…
Originally published at ffmpeg-micro.com The FFmpeg segment muxer splits a video into multiple files based on duration. Three flags cause most of the …
Originally published at ffmpeg-micro.com You've got FFmpeg running locally. The transcoding works. Then someone asks you to deploy it, and you realize…
I just released Cuekiyo v1.0.0 , an open-source local web app for building anime opening and ending compilation videos. The idea is simple: Pick anime…