
Crossfade Between Clips with FFmpeg xfade (No Editor)
Crossfade clips with ffmpeg xfade: transition types, the offset math people get wrong, carrying audio with acrossfade, and chaining more than two clips.
72 articles about api.

Crossfade clips with ffmpeg xfade: transition types, the offset math people get wrong, carrying audio with acrossfade, and chaining more than two clips.

FFmpeg two-pass encoding hits an exact file size that CRF can't guarantee. The -pass 1 and -pass 2 commands, when two-pass beats CRF, and the real pitfalls.

Create HLS stream FFmpeg commands for .m3u8 playlists and .ts segments, the CDN setup that makes them play, and the one-call API that skips the encoder box.

Overlay images on video with one API call or raw FFmpeg: logo stamps, lower thirds, picture-in-picture, timed fades, and the alpha and scale2ref gotchas.

How to batch transcode a folder of videos with one workflow: fan out jobs to a video API, handle retries and webhooks, and skip the FFmpeg install.

A video watermarking API for UGC and branded content: FFmpeg overlay commands, the one-call equivalent, batch workflows in n8n or Make, and the honest limits.

An honest, tested rundown of the best GUI for FFmpeg: HandBrake, FastFlix, Videomass, ViComp, and when a browser playground and one API call beat a window.

How to remove silences from video automatically with FFmpeg silencedetect: detect, invert, and cut both streams in one pass without breaking lip sync.

Replace audio in video with FFmpeg by mapping the video and new audio streams, or run the same track swap as one API call with FFmpeg Micro's hosted API.

FFmpeg scene detection with select='gt(scene,0.4)',showinfo finds cut points automatically, then split a long video into clips by scene, no hand-marked timestamps.