<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>FFmpeg Cookbook (English)</title><description>FFmpeg usage guides and command references. Video conversion, audio processing, filters explained clearly.</description><link>https://ffmpeg-cookbook.com/</link><item><title>iPhone Video Won&apos;t Play on Windows? Fix HEVC, Black Screen, and Sideways Videos</title><link>https://ffmpeg-cookbook.com/en/articles/iphone-video-windows-playback/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/iphone-video-windows-playback/</guid><description>iPhone videos often fail to play on Windows PCs — codec errors, audio-only playback, or portrait videos rotated sideways. Learn the three common causes (HEVC, hvc1/hev1 tagging, rotation metadata) and fix them in your browser or with one FFmpeg command.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate></item><item><title>How to Check and Remove GPS Location from a Video — Complete Privacy Guide</title><link>https://ffmpeg-cookbook.com/en/articles/video-gps-metadata-check-remove/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/video-gps-metadata-check-remove/</guid><description>iPhone and Android cameras embed GPS coordinates in every video. This guide shows you how to inspect what&apos;s actually in your file (exiftool, ffprobe, browser tools) and how to strip the location, timestamp, and camera info before posting to social — losslessly.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate></item><item><title>CloudConvert Alternative — Convert Video Without Uploading It</title><link>https://ffmpeg-cookbook.com/en/articles/cloudconvert-alternative/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/cloudconvert-alternative/</guid><description>CloudConvert is a powerful conversion service, but it requires uploading your file. FFmpeg Cookbook converts video and audio entirely in your browser — no upload, no account, no API quota. Compare formats, limits, and privacy trade-offs.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>HandBrake Alternative — Compress Video Online Without Installing</title><link>https://ffmpeg-cookbook.com/en/articles/handbrake-alternative/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/handbrake-alternative/</guid><description>Compare HandBrake with FFmpeg Cookbook&apos;s browser-based video compressor. Same H.264/H.265 quality, no install, no upload, free forever — plus learn the equivalent FFmpeg commands behind every setting.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>VEED.io Alternative — No Watermark, No Signup, No Upload</title><link>https://ffmpeg-cookbook.com/en/articles/veed-alternative/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/veed-alternative/</guid><description>VEED.io is great until you hit the watermark, signup wall, or upload wait. FFmpeg Cookbook is a free browser-based alternative for subtitles, watermarks, and mosaic blur — running entirely on your device, with no account required.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>Add Background Music with FFmpeg ? amix BGM Guide</title><link>https://ffmpeg-cookbook.com/en/articles/add-bgm/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/add-bgm/</guid><description>How to add BGM to a video with FFmpeg. Covers amix mixing, volume balance, length adjustment (apad/aloop), fade in/out, and auto-ducking with copy-paste commands and primary sources.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Change Video Speed with FFmpeg ? Audio Sync Guide</title><link>https://ffmpeg-cookbook.com/en/articles/change-video-speed/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/change-video-speed/</guid><description>Speed up or slow down video with FFmpeg using setpts and atempo. Covers 0.25x–10x ratios, audio-sync without drift, pitch-preserving rubberband, variable-speed sections, and smooth slow-mo via minterpolate.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Remove Black Bars with FFmpeg ? cropdetect Guide</title><link>https://ffmpeg-cookbook.com/en/articles/crop-black-bars/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/crop-black-bars/</guid><description>Auto-detect black bars with FFmpeg cropdetect, then strip them with the crop filter. Covers letterbox, pillarbox, even-dimension fixes, non-pure-black bars, and the reverse pad workflow.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Blur Faces in Video with FFmpeg ? Mosaic Area Guide</title><link>https://ffmpeg-cookbook.com/en/articles/mosaic-blur-region/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/mosaic-blur-region/</guid><description>Apply mosaic or blur to a specific region of a video with FFmpeg. Covers crop+overlay sandwich pattern, multi-region, animated tracking, face/license-plate privacy, and quality preservation.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Screen Recording ? Windows, macOS, Linux</title><link>https://ffmpeg-cookbook.com/en/articles/screen-recording/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/screen-recording/</guid><description>How to record your desktop screen with FFmpeg on every OS. Covers Windows gdigrab/ddagrab, macOS avfoundation, Linux x11grab, capturing system audio, and file-size optimization with working commands.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg: Lossless Concatenation with the concat Demuxer</title><link>https://ffmpeg-cookbook.com/en/articles/concat-protocol/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/concat-protocol/</guid><description>Concatenate multiple video files losslessly using FFmpeg&apos;s concat demuxer. Learn how to build concat.txt, the same-codec requirement, audio concatenation, and integrity checks — with links to primary sources.</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Color Correction with FFmpeg — curves / eq / colorbalance Filters</title><link>https://ffmpeg-cookbook.com/en/articles/color-correction/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/color-correction/</guid><description>Correct brightness, contrast, saturation, and color casts in video with FFmpeg&apos;s curves, eq, and colorbalance filters. Covers when to pick each filter, exposure tweaks, and white-balance adjustments.</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Low-Latency HLS with FFmpeg ? LL-HLS Setup</title><link>https://ffmpeg-cookbook.com/en/articles/low-latency-hls/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/low-latency-hls/</guid><description>Generate Apple-spec low-latency HLS streams with FFmpeg. Covers hls_time, hls_flags, partial segments, EXT-X-SERVER-CONTROL, player compatibility, and measured latency — with working commands and a glass-to-glass latency comparison table.</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Discord Video Compression with FFmpeg ? Bitrate Math</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-discord-compress/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-discord-compress/</guid><description>Compress video to fit Discord&apos;s upload cap (Free 10 MB, Nitro Basic 25 MB, Boost Lv2 50 MB, Nitro 500 MB). Includes the bitrate reverse-calc formula, 2-pass encoding, resolution trade-offs, and a Windows drag-and-drop .bat.</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>iPhone MOV to MP4 — The Complete Guide with the hvc1 Tag Fix</title><link>https://ffmpeg-cookbook.com/en/articles/iphone-mov-to-mp4/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/iphone-mov-to-mp4/</guid><description>Make iPhone-captured HEVC .mov files play on Windows, Discord, Twitter, and the rest of the world. Lossless remux, hvc1 tag explained, H.264 re-encode for older players, batch conversion, and iPhone camera-format settings — covered with FFmpeg.</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>MKV to MP4 Remux ? No Quality Loss with FFmpeg</title><link>https://ffmpeg-cookbook.com/en/articles/mkv-to-mp4-remux/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/mkv-to-mp4-remux/</guid><description>Convert MKV to MP4 the fast, lossless way using FFmpeg remux. Remux vs. re-encode compared, the three typical failure modes (subtitle format, non-standard audio, AV1/VP9), movflags +faststart explained, and a practical audio-only re-encode recipe.</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>TS to MP4 with FFmpeg ? Lossless Remux and CM Cuts</title><link>https://ffmpeg-cookbook.com/en/articles/ts-to-mp4/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ts-to-mp4/</guid><description>Convert TS/m2ts files from Japanese terrestrial TV recordings to MP4 with FFmpeg. Lossless remuxing with -c copy, PCR wraparound fixes, CM cutting, ARIB subtitle handling, BDAV extraction, and AACS errors explained. A practical guide for PT3/TVTest users.</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Green-Screen Compositing with the FFmpeg chromakey Filter</title><link>https://ffmpeg-cookbook.com/en/articles/chromakey-filter/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/chromakey-filter/</guid><description>Use FFmpeg&apos;s chromakey filter to composite green-screen or blue-screen footage. Covers key color, similarity, and blend tuning, compositing over a background video, and spill suppression.</description><pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Applying Box Blur with the FFmpeg boxblur Filter</title><link>https://ffmpeg-cookbook.com/en/articles/boxblur-filter/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/boxblur-filter/</guid><description>Learn how to apply a uniform box blur to video with FFmpeg&apos;s boxblur filter. Covers radius and iteration count, independent control of luma and chroma, and privacy-masking techniques.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg No Sound Output ? Stream Mapping Fixes</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-audio-no-sound/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-audio-no-sound/</guid><description>All the reasons your FFmpeg-converted video or audio plays silent — missing audio streams, -an, incompatible codecs, sample-rate and channel-count issues — with diagnostics and fixes for each.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Beginner&apos;s Guide: Installation and Basic Commands</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-beginners-guide/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-beginners-guide/</guid><description>A beginner-friendly introduction to FFmpeg — what it is, how to install it, and the basic command syntax. Includes task-oriented links to conversion, audio extraction, and GIF creation tools.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Codec Errors ? Unknown Encoder Fixes</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-codec-error/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-codec-error/</guid><description>Fix FFmpeg errors like &apos;Unknown encoder&apos;, &apos;Encoder not found&apos;, and &apos;codec not currently supported&apos;. Covers build flags, alternative codecs, and licensing issues.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg H.265/HEVC Errors ? libx265 Fixes</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-h265-hevc-error/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-h265-hevc-error/</guid><description>Fix H.265/HEVC encoding failures in FFmpeg. Covers alternatives when libx265 is unavailable, profile and level settings, the hvc1 tag for Apple Silicon, and explicit Main profile specification.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg No Such File Error ? Paths and Spaces</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-no-such-file/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-no-such-file/</guid><description>Fix FFmpeg&apos;s &apos;No such file or directory&apos; error. Covers the four common causes — path spaces, relative paths, extension mismatches, and glob expansion — with quick commands and verification steps.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>MP4 vs WebM vs MOV vs MKV ? Format Guide</title><link>https://ffmpeg-cookbook.com/en/articles/video-format-comparison/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/video-format-comparison/</guid><description>A side-by-side comparison of MP4, WebM, MOV, and MKV — characteristics, use cases, and codec support. Includes FFmpeg conversion commands and recommended formats by scenario.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg YouTube Encoding Settings ? 2026 Guide</title><link>https://ffmpeg-cookbook.com/en/articles/youtube-ffmpeg-settings/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/youtube-ffmpeg-settings/</guid><description>Optimal FFmpeg encoding settings for YouTube uploads. A complete guide to CRF, bitrate, resolution, frame rate, and audio settings for H.264 and H.265.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ffmpeg.wasm SharedArrayBuffer Error ? COOP/COEP Fix</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-sharedarraybuffer-error/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-sharedarraybuffer-error/</guid><description>Fix &apos;SharedArrayBuffer is not defined&apos; and &apos;Cannot use SharedArrayBuffer&apos; errors when using ffmpeg.wasm. Covers COOP/COEP headers, coi-serviceworker, and configurations for common servers.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Detect Black Frames — Find Scene Boundaries with blackdetect</title><link>https://ffmpeg-cookbook.com/en/articles/black-detect/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/black-detect/</guid><description>Use FFmpeg&apos;s blackdetect filter to locate runs of black frames in a video. Covers black_min_duration and luminance thresholds, plus applications to commercial breaks and chapter detection.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AV1 Encoding with FFmpeg ? SVT-AV1 and libaom Guide</title><link>https://ffmpeg-cookbook.com/en/articles/av1-encode/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/av1-encode/</guid><description>Learn how to encode AV1 video with FFmpeg. Covers libsvtav1 (fast) vs libaom-av1, CRF mode, 2-pass encoding, comparison with H.264/H.265, and browser compatibility.</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Batch Convert ? Scripts, Parallel, Error Handling</title><link>https://ffmpeg-cookbook.com/en/articles/batch-convert/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/batch-convert/</guid><description>Automate FFmpeg batch conversions: for loops, skip-already-converted logic, separate output directories, GNU parallel for multi-core processing, xargs, structured error handling with logs, Windows batch files, five error fixes, and five FAQ answers.</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Convert HDR to SDR with FFmpeg — Tone Mapping Complete Guide</title><link>https://ffmpeg-cookbook.com/en/articles/hdr-to-sdr/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/hdr-to-sdr/</guid><description>Learn how to convert HDR (HDR10/HLG) video to SDR with FFmpeg. Covers zscale tone mapping, color space conversion (BT.2020→BT.709), pixel format conversion, and YouTube upload settings.</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg RTMP Live Streaming ? YouTube and Twitch</title><link>https://ffmpeg-cookbook.com/en/articles/rtmp-streaming/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/rtmp-streaming/</guid><description>How to stream live video with FFmpeg using RTMP. Covers pushing to YouTube Live and Twitch, encoding settings, looping a file for broadcast, low-latency settings, and common errors.</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Audio Fade-In and Fade-Out with the afade Filter</title><link>https://ffmpeg-cookbook.com/en/articles/audio-fade/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/audio-fade/</guid><description>Create smooth audio fades in FFmpeg with the afade filter. Covers start time, duration, curve types, applying fades to video audio tracks, and combining fade-in with fade-out in one command.</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Automatically Duck BGM Under Narration with sidechaincompress</title><link>https://ffmpeg-cookbook.com/en/articles/audio-ducking/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/audio-ducking/</guid><description>Implement audio ducking in FFmpeg with the sidechaincompress filter. Automatically lower background music whenever narration plays, with tunable threshold, ratio, attack, and release.</description><pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Fix Audio Delay Manually with adelay and -itsoffset</title><link>https://ffmpeg-cookbook.com/en/articles/audio-delay-fix/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/audio-delay-fix/</guid><description>Fix audio/video sync by applying a manual offset in FFmpeg. Add audio delay with the adelay filter, shift video or audio timestamps with -itsoffset, and measure the delay with ffprobe.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Noise Gate ? Remove Background Noise with agate</title><link>https://ffmpeg-cookbook.com/en/articles/agate-filter/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/agate-filter/</guid><description>Use FFmpeg&apos;s agate filter to apply a noise gate that removes background hum and tape hiss during silence. Covers threshold, attack, release, and range parameters, plus practical podcast and voice-over settings.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg astats ? Measure RMS, Peak, and DC Offset</title><link>https://ffmpeg-cookbook.com/en/articles/astats/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/astats/</guid><description>Learn how to measure audio statistics with FFmpeg&apos;s astats filter — RMS and peak levels, DC offset, dynamic range, per-channel measurements, log output, and how it compares to volumedetect.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Audio Format Conversion — WAV, MP3, AAC, and FLAC</title><link>https://ffmpeg-cookbook.com/en/articles/audio-format-conversion/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/audio-format-conversion/</guid><description>Convert audio formats with FFmpeg: WAV, MP3, AAC, FLAC. Covers -c:a encoder, -b:a vs -q:a quality control, and -ar sample rate conversion.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Fix Audio Sync — -itsoffset, adelay, and -async Explained</title><link>https://ffmpeg-cookbook.com/en/articles/audio-video-sync/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/audio-video-sync/</guid><description>Fix audio-video sync drift (lip sync issues) with FFmpeg: -itsoffset for lossless timestamp shift, adelay filter for millisecond-precise audio delay, -async for auto-correction, measuring drift with ffprobe, five error fixes, and five FAQ answers.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Command Basic Syntax — Input, Filter, and Output Order</title><link>https://ffmpeg-cookbook.com/en/articles/basic-syntax/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/basic-syntax/</guid><description>Master FFmpeg command syntax: global options, -i input, -c:v/-c:a stream selection, automatic format detection, and how to avoid common ordering mistakes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Frame Rate ? -r vs fps Filter Guide</title><link>https://ffmpeg-cookbook.com/en/articles/change-framerate/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/change-framerate/</guid><description>Change video frame rates with FFmpeg: fps filter vs -r option comparison and when each is correct, checking fps with ffprobe, 60→30→24fps conversion examples, timelapse creation, VFR handling, five error fixes, and five FAQ answers.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Error Reference ? 10 Common Fixes</title><link>https://ffmpeg-cookbook.com/en/articles/common-errors/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/common-errors/</guid><description>Fix common FFmpeg errors fast: Unknown encoder, moov atom not found, height not divisible by 2, Invalid data found when processing input, and more. Each error entry shows the exact message, root cause, and the fix command — searchable quick reference.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Compress Video ? CRF, Bitrate, Preset Guide</title><link>https://ffmpeg-cookbook.com/en/articles/compress-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/compress-video/</guid><description>Compress MP4 and MOV video with FFmpeg: CRF mode vs bitrate mode explained, H.264 vs H.265 comparison table, preset speed/size benchmarks, resolution downscaling, audio compression, and 2-pass encoding. Reduce file size by 50–80%.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>MPEG-DASH Segmenting with FFmpeg — Build Adaptive Streaming</title><link>https://ffmpeg-cookbook.com/en/articles/dash-segmenting/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/dash-segmenting/</guid><description>Generate MPEG-DASH segment files and MPD manifests with FFmpeg. Covers multi-bitrate adaptive streaming (ABR), segment duration, and the difference between live and VOD — with primary sources.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Deinterlace Video ? yadif Guide</title><link>https://ffmpeg-cookbook.com/en/articles/deinterlace/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/deinterlace/</guid><description>Use FFmpeg&apos;s yadif filter to convert interlaced (combed) video to progressive scan. Covers yadif&apos;s mode and parity options, comparison with fieldmatch/decimate, and tips for TV recordings and DV camera footage.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Join Videos ? concat Demuxer vs Filter</title><link>https://ffmpeg-cookbook.com/en/articles/concat-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/concat-video/</guid><description>Join and concatenate videos with FFmpeg: concat demuxer for fast no-re-encode merging of same-format files, concat filter for different formats and resolutions. concat.txt syntax, filter_complex approach, audio track alignment, and five common error fixes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Extract Audio ? MP3, AAC, WAV, FLAC</title><link>https://ffmpeg-cookbook.com/en/articles/extract-audio/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/extract-audio/</guid><description>Extract audio from video with FFmpeg: lossless copy (-c:a copy) vs re-encoding and when to use each, MP3/AAC/FLAC/WAV format-specific commands, multi-track selection with -map, time-range extraction, batch processing, and five common error fixes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Extract Thumbnails ? vframes and thumbnail</title><link>https://ffmpeg-cookbook.com/en/articles/extract-thumbnail/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/extract-thumbnail/</guid><description>Extract video thumbnails with FFmpeg: -vframes for a specific timestamp, thumbnail filter for best-frame selection, resolution scaling, and PNG vs JPG output.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Video to GIF ? palettegen Quality Guide</title><link>https://ffmpeg-cookbook.com/en/articles/gif-creation/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/gif-creation/</guid><description>Convert video to high-quality GIF with FFmpeg&apos;s two-pass palettegen + paletteuse pipeline. Covers fps/resolution/dithering comparison tables, file size optimization, trimming a clip before GIF conversion, batch processing, and five common error fixes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg HLS Segmenting ? Web Streaming Guide</title><link>https://ffmpeg-cookbook.com/en/articles/hls-segmenting/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/hls-segmenting/</guid><description>Generate HLS segments and m3u8 playlists with FFmpeg for HTTP Live Streaming. Covers hls_time, hls_list_size, hls_segment_filename, and adaptive bitrate basics.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>The Difference and Role of ffmpeg / ffprobe / ffplay</title><link>https://ffmpeg-cookbook.com/en/articles/ffmpeg-ffprobe-ffplay/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffmpeg-ffprobe-ffplay/</guid><description>Understand the three FFmpeg CLI tools: ffprobe for media inspection, ffmpeg for conversion and encoding, ffplay for playback and testing. When to use each.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Inspecting Metadata and Stream Information with ffprobe</title><link>https://ffmpeg-cookbook.com/en/articles/ffprobe-metadata/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/ffprobe-metadata/</guid><description>Inspect video/audio metadata with ffprobe: codecs, resolution, frame rate, bitrate, and stream info. Covers JSON output and combining with jq for scripting.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Installation Guide for Windows / macOS / Linux</title><link>https://ffmpeg-cookbook.com/en/articles/install-ffmpeg/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/install-ffmpeg/</guid><description>Install FFmpeg on Windows, macOS, and Linux: gyan.dev builds, Homebrew, apt/dnf. Configure PATH and verify with ffmpeg -version. Official sources only — get started in minutes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Loudness Normalization — EBU R128 with the loudnorm Filter</title><link>https://ffmpeg-cookbook.com/en/articles/loudness-normalization/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/loudness-normalization/</guid><description>Normalize audio to EBU R128 standard with FFmpeg loudnorm filter. Single-pass and two-pass measurement modes. Key parameters: I (integrated LUFS), TP, and LRA.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Rotate Video ? Fix Phone Orientation</title><link>https://ffmpeg-cookbook.com/en/articles/rotate-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/rotate-video/</guid><description>Rotate and flip video with FFmpeg: transpose filter values (0–3), hflip/vflip for mirror effects, fixing iPhone and Android portrait-mode videos that appear sideways, metadata-only rotation vs re-encoding comparison, five error fixes, and five FAQ answers.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Scale Filter ? Resize Without Distortion</title><link>https://ffmpeg-cookbook.com/en/articles/scale-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/scale-video/</guid><description>Resize video with FFmpeg scale filter: aspect ratio auto-preservation (-1/-2), relative scaling, max resolution capping, and letterboxing with the pad filter.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Scene Detection ? Find Cuts Automatically</title><link>https://ffmpeg-cookbook.com/en/articles/scene-detect/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/scene-detect/</guid><description>Detect scene changes in video using FFmpeg&apos;s scdet and select filters. Covers tuning the detection threshold, reading scene-change timestamps, and extracting thumbnails at every cut.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Image Sequence to Video ? Slideshow Guide</title><link>https://ffmpeg-cookbook.com/en/articles/slideshow-timelapse/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/slideshow-timelapse/</guid><description>Create video slideshows and timelapses with FFmpeg: sequential PNG/JPG to video, single image looping, frame-drop timelapse, and pix_fmt yuv420p compatibility.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Subtitles ? Burn SRT/ASS into Video</title><link>https://ffmpeg-cookbook.com/en/articles/subtitles/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/subtitles/</guid><description>Burn subtitles permanently into video with FFmpeg: subtitles filter for SRT/VTT, ass filter for styled ASS/SSA, font and position customization, hard sub vs soft sub comparison, libass installation, and five common error fixes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Trim and Cut Video with FFmpeg — Complete -ss/-to/-t Guide</title><link>https://ffmpeg-cookbook.com/en/articles/trim-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/trim-video/</guid><description>Trim video precisely with FFmpeg. Learn -ss/-to/-t options, input-side vs output-side -ss trade-offs, stream-copy fast cutting, frame-accurate re-encoding, batch trim scripts, and how to fix the keyframe artifact problem.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Two-Pass Encoding — Precise Bitrate and File Size Control</title><link>https://ffmpeg-cookbook.com/en/articles/two-pass-encoding/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/two-pass-encoding/</guid><description>FFmpeg two-pass encoding for precise bitrate and file size control. Covers pass 1 analysis, pass 2 encoding, passlogfile option, and H.264/H.265 examples.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Video Format Conversion Basics (MP4, MKV, WebM, MOV)</title><link>https://ffmpeg-cookbook.com/en/articles/video-format-conversion/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/video-format-conversion/</guid><description>Convert video formats MP4, MKV, WebM, MOV with FFmpeg: container vs codec differences, when -c copy works vs fails, and ffprobe for codec inspection.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Video Stabilization — vidstabdetect and vidstabtransform</title><link>https://ffmpeg-cookbook.com/en/articles/video-stabilization/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/video-stabilization/</guid><description>Stabilize shaky video with FFmpeg vidstab filters: vidstabdetect + vidstabtransform two-pass pipeline, smoothing strength, crop modes, and libvidstab setup.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Watermark Overlay ? Logo and Text Guide</title><link>https://ffmpeg-cookbook.com/en/articles/watermark-overlay/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/watermark-overlay/</guid><description>Add watermarks and logos to video with FFmpeg&apos;s overlay filter. Covers position variables, transparent PNG alpha support, opacity control, time-limited display, scrolling animation, multiple logos, and five common error fixes.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>What Is FFmpeg? Video Conversion Tool Explained</title><link>https://ffmpeg-cookbook.com/en/articles/what-is-ffmpeg/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/what-is-ffmpeg/</guid><description>Beginner&apos;s guide to FFmpeg: what it does, codec vs container differences, video conversion, compression, audio extraction, GIF creation, subtitle burning, the ffmpeg/ffprobe/ffplay tools, libav* libraries, and five FAQ answers.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Complete Guide to Converting Video to MP4 (H.264/AAC) with FFmpeg</title><link>https://ffmpeg-cookbook.com/en/articles/video-to-mp4/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/en/articles/video-to-mp4/</guid><description>Convert any video to MP4 with FFmpeg: H.264 (libx264) + AAC, best CRF settings, -preset guide, stream copy shortcut. The complete ffmpeg video-to-mp4 command reference.</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>