<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>FFmpeg Cookbook</title><description>FFmpegの使い方・コマンド解説 / FFmpeg usage guides and command references</description><link>https://ffmpeg-cookbook.com/</link><item><title>MKV to MP4: The Complete Remux Guide — Zero Quality Loss with -c copy</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>Fit Any Video Under Discord&apos;s 10 MB / 25 MB / 500 MB Cap — 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>Discordの10MB / 25MB / 500MB上限に動画を収める完全ガイド — FFmpegビットレート逆算</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-discord-compress/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-discord-compress/</guid><description>Discordのアップロード上限（無料10MB・Nitro Basic 25MB・ブーストLv2 50MB・Nitro 500MB）に動画を確実に収める方法を解説。ビットレート逆算式・2パスエンコード・720p/1080p維持のコツ・Windowsバッチ例まで。</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>iPhone MOV を MP4 に変換する完全ガイド — HEVC / hvc1 タグで Windows・SNS 互換に</title><link>https://ffmpeg-cookbook.com/ja/articles/iphone-mov-to-mp4/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/iphone-mov-to-mp4/</guid><description>iPhoneで撮影したMOV（HEVC）がPCやSNSで再生できない問題を解決。FFmpegで無劣化リムックス、hvc1タグ付与、H.264再エンコード、バッチ処理、Apple写真Appの設定変更までカバー。Windows/Mac両対応のコマンド例。</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>MKVをMP4に変換する完全ガイド — リムックス(-c copy)で劣化ゼロ</title><link>https://ffmpeg-cookbook.com/ja/articles/mkv-to-mp4-remux/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/mkv-to-mp4-remux/</guid><description>MKVをMP4に変換する最速・無劣化の方法（リムックス）。再エンコードとの違い、失敗する3つの典型パターン（非互換音声・字幕・AV1）、movflags +faststart、音声だけ再エンコードする折衷案まで、FFmpegコマンド実例で解説。</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>TSファイル（地デジ録画・m2ts）をMP4に変換する完全ガイド — 無劣化リムックス＆CMカット</title><link>https://ffmpeg-cookbook.com/ja/articles/ts-to-mp4/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ts-to-mp4/</guid><description>地デジ録画のTS/m2tsファイルをFFmpegでMP4に変換する方法。-c copyによる無劣化リムックス、PCR wraparoundエラー対策、CM部分のカット、字幕(ARIB)の扱い、BDAVからの抽出、aacsエラー解説まで。PT3/TVTest録画ユーザー向け実践ガイド。</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>chromakeyフィルタでグリーンバック合成する</title><link>https://ffmpeg-cookbook.com/ja/articles/chromakey-filter/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/chromakey-filter/</guid><description>FFmpegのchromakeyフィルタでクロマキー（グリーンバック・ブルーバック）合成を行う方法を解説。色・類似度・ブレンドの設定、背景動画との合成、スピル抑制まで一次ソース付きで説明します。</description><pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate></item><item><title>boxblurフィルタでボックスブラーをかける</title><link>https://ffmpeg-cookbook.com/ja/articles/boxblur-filter/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/boxblur-filter/</guid><description>FFmpegのboxblurフィルタで映像にボックスブラー（均一ぼかし）をかける方法を解説。半径・繰り返し回数の設定、輝度と彩度の独立制御、プライバシー保護への応用まで一次ソース付きで説明します。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg出力で音が出ない・無音になる原因と解決法 — ストリームマッピング・コーデック・サンプルレートを解説</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-audio-no-sound/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-audio-no-sound/</guid><description>FFmpegで変換した動画・音声の音が出ない・無音になるときの原因を網羅。音声ストリームが含まれていない・-an指定・コーデック不一致・サンプルレート・チャンネル数の問題を原因別に解説。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg入門ガイド：インストールから基本コマンドまで【初心者向け】</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-beginners-guide/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-beginners-guide/</guid><description>FFmpegの概要・インストール方法・基本的なコマンド構文を初心者向けに解説。動画変換・音声抽出・GIF作成などやりたいこと別のツール導線付き。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegコーデックエラーの解決法 — Unknown encoder・Encoder not found・codec not currently supported</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-codec-error/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-codec-error/</guid><description>FFmpegで「Unknown encoder」「Encoder not found」「codec not currently supported」が出るときの原因と解決策を解説。ビルドフラグ・代替コーデック・ライセンス問題まで網羅。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg H.265/HEVCエンコードエラーの解決法 — libx265なし・プロファイル・互換性問題を完全解説</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-h265-hevc-error/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-h265-hevc-error/</guid><description>FFmpegでH.265/HEVCエンコードが失敗するときの原因と解決策。libx265が使えない環境での代替手段、プロファイル・レベル設定、Apple Siliconでのhevtag、メインプロファイル指定まで解説。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg「No such file or directory」エラーの原因と解決法 — パス・スペース・拡張子を完全解説</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-no-such-file/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-no-such-file/</guid><description>FFmpegで「No such file or directory」が出るときの原因を4パターンに分類して解説。パスのスペース・相対パス・拡張子ミスマッチ・glob展開の問題を即修正するコマンドと確認手順。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>MP4・WebM・MOV・MKVの違いを徹底比較【FFmpeg対応フォーマット選び方】</title><link>https://ffmpeg-cookbook.com/ja/articles/video-format-comparison/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/video-format-comparison/</guid><description>動画フォーマットMP4/WebM/MOV/MKVの特徴・用途・コーデック対応を比較。FFmpegでの変換コマンドと、用途別の推奨フォーマット選び方を解説。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>YouTube向けFFmpegエンコード設定【2026年版・推奨ビットレート・CRF値】</title><link>https://ffmpeg-cookbook.com/ja/articles/youtube-ffmpeg-settings/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/youtube-ffmpeg-settings/</guid><description>YouTubeアップロードに最適なFFmpegエンコード設定を解説。H.264/H.265のCRF値・ビットレート・解像度・フレームレート・音声設定の完全ガイド。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ffmpeg.wasmでSharedArrayBufferエラーが出るときの解決法 — COOP/COEPヘッダー設定とService Worker対応</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-sharedarraybuffer-error/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-sharedarraybuffer-error/</guid><description>ffmpeg.wasmを使うWebアプリで「SharedArrayBuffer is not defined」「Cannot use SharedArrayBuffer」が出るときの原因と解決法。COOP/COEPヘッダー設定、Service Worker（coi-serviceworker）、各種サーバーでの設定方法を解説。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>黒フレームの検出 — blackdetect フィルタでシーン境界を見つける</title><link>https://ffmpeg-cookbook.com/ja/articles/black-detect/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/black-detect/</guid><description>FFmpegのblackdetectフィルタで動画内の黒いフレームが続く区間を検出する方法を解説。しきい値（black_min_duration）と輝度閾値（picture_black_ratio_th）の設定、CM・シーン境界の検出への応用を一次ソース付きで説明します。</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Complete Guide to AV1 Encoding with FFmpeg — libsvtav1 / libaom-av1</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 Multiple Files — Shell Script, GNU Parallel, and 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>Live Streaming with FFmpeg via RTMP — YouTube Live, Twitch &amp; More</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>AV1エンコードの完全ガイド — libsvtav1 / libaom-av1</title><link>https://ffmpeg-cookbook.com/ja/articles/av1-encode/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/av1-encode/</guid><description>FFmpegでAV1動画をエンコードする方法を完全解説。libsvtav1（高速）とlibaom-av1の使い分け、CRFモード・2passエンコード、H.264/H.265との比較、ブラウザ対応状況まで網羅。</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegで複数ファイルを一括変換する方法 | シェルスクリプト・並列処理完全ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/batch-convert/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/batch-convert/</guid><description>FFmpegで複数動画を一括変換（バッチ処理）する方法を徹底解説。Bashのforループ、変換済みスキップロジック、Windowsバッチファイル、GNU parallel並列処理、エラーハンドリングとログ記録まで実例付き。</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>HDR動画をSDRに変換する（トーンマッピング完全ガイド）</title><link>https://ffmpeg-cookbook.com/ja/articles/hdr-to-sdr/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/hdr-to-sdr/</guid><description>FFmpegでHDR（HDR10/HLG）動画をSDRに変換する方法を解説。zscaleフィルタによるトーンマッピング、色空間変換（BT.2020→BT.709）、ピクセルフォーマット変換、YouTubeアップロード向け設定まで網羅。</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegでRTMPライブ配信する — YouTube Live / Twitch / OBS連携</title><link>https://ffmpeg-cookbook.com/ja/articles/rtmp-streaming/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/rtmp-streaming/</guid><description>FFmpegのRTMPプロトコルを使ったライブ配信方法を解説。YouTube Live・Twitchへのプッシュ、エンコード設定、映像ループ配信、低遅延設定、よくあるエラーと対処法まで網羅。</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>音声フェードイン・フェードアウト — afade フィルタで滑らかに音量を変化させる</title><link>https://ffmpeg-cookbook.com/ja/articles/audio-fade/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/audio-fade/</guid><description>FFmpegのafadeフィルタで音声のフェードイン・フェードアウトを実現する方法を解説。開始位置・継続時間・カーブタイプの指定方法、動画ファイルへの適用、複数フェードの組み合わせまで一次ソース付きで説明します。</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate></item><item><title>sidechaincompress でナレーション時に BGM を自動で下げる</title><link>https://ffmpeg-cookbook.com/ja/articles/audio-ducking/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/audio-ducking/</guid><description>FFmpegのsidechaincompressフィルタでサイドチェインコンプレッサーを使い、ナレーション（音声）に連動してBGMの音量を自動で下げるオーディオダッキングを実装する方法を一次ソース付きで解説します。</description><pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate></item><item><title>音声遅延を手動オフセットで修正する（adelayフィルタ・itsoffset）</title><link>https://ffmpeg-cookbook.com/ja/articles/audio-delay-fix/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/audio-delay-fix/</guid><description>FFmpegで映像と音声のズレを手動オフセットで修正する方法を解説。adelayフィルタでの音声遅延追加、-itsoffsetでの映像・音声タイムシフト、ffprobeを使った遅延量測定まで一次ソース付きで説明します。</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>agateフィルタでノイズゲートを設定してバックグラウンドノイズを除去する</title><link>https://ffmpeg-cookbook.com/ja/articles/agate-filter/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/agate-filter/</guid><description>FFmpegのagateフィルタでノイズゲートを設定し、無音時のバックグラウンドノイズ・ヒスノイズを除去する方法を解説。threshold・attack・release・rangeパラメータの意味、ポッドキャスト・ボイスオーバーへの活用まで一次ソース付きで説明します。</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>astats フィルタで音声の統計情報（RMS、Peak、DC offset）を測定する</title><link>https://ffmpeg-cookbook.com/ja/articles/astats/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/astats/</guid><description>FFmpegのastatsフィルタで音声のRMS・Peakレベル・DC offset・ダイナミックレンジなどの統計情報を測定・表示する方法を解説。チャンネル別測定、ログ出力、ffprobeとの組み合わせ例を一次ソース付きで説明します。</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpeg Join Videos — concat demuxer and concat filter Complete Guide</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>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 Compress Video (MP4) — CRF, Bitrate, and Preset Selection 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>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 Extract Audio from Video — MP3, AAC, WAV, and FLAC Commands</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 Change Frame Rate — -r vs fps Filter: Which to Use and When</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 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 Error Reference — 10 Common Errors Fixed with Root Cause Analysis</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>Extracting Thumbnails from Video — -vframes and the thumbnail Filter</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>HLS Segmenting — Generate Segments and Playlists for Web Streaming</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>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>FFmpeg Convert Video to GIF — High-Quality, Small File Size with palettegen + paletteuse</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>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 iPhone Portrait Mode and 90° / 180° Rotation</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>Changing Resolution and Preserving Aspect Ratio — Complete Guide to the scale Filter</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>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 Burn Subtitles Into Video — SRT / ASS Hard Sub Complete Guide</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>Creating Video from Sequential Images — How to Make Slideshows and Timelapses</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>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>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>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>Add Watermark and Logo Overlay to Video — FFmpeg overlay Filter Complete 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? Free Tool for Video Conversion, Compression, and More — 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>FFmpegで音ズレを修正する方法 | -itsoffset・adelay・-async完全ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/audio-video-sync/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/audio-video-sync/</guid><description>FFmpegで音ズレ（音声と映像のズレ）を修正するコマンドを徹底解説。-itsoffsetで再エンコードなし修正、adelayフィルターでミリ秒単位の音声シフト、-asyncで自動補正、ffprobeでズレ量測定、5つのエラーと解決策まで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegコマンドの基本構文 — 入力・フィルタ・出力の順序</title><link>https://ffmpeg-cookbook.com/ja/articles/basic-syntax/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/basic-syntax/</guid><description>FFmpegコマンドの基本構文を解説：入力(-i)・フィルター・出力の順序ルール、-c:v/-c:aの意味、グローバルオプションと入力オプションの違い。よくある順序ミスを防いで正しいffmpegコマンドを書こう。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>音声フォーマット変換 — WAV・MP3・AAC・FLAC の変換方法</title><link>https://ffmpeg-cookbook.com/ja/articles/audio-format-conversion/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/audio-format-conversion/</guid><description>FFmpegで音声フォーマット変換：WAV・MP3・AAC・FLACの変換コマンドを解説。-c:aのコーデック指定、ビットレート(-b:a)、VBR(-q:a)、サンプルレート(-ar)の設定まで。すぐ使えるコマンド例付き。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegでフレームレートを変更する方法 | -r vs fps フィルタの違いも解説</title><link>https://ffmpeg-cookbook.com/ja/articles/change-framerate/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/change-framerate/</guid><description>FFmpegでフレームレートを変更するコマンドを徹底解説。-rオプションとfpsフィルターの違いと使い分け、ffprobeでの現在のfps確認方法、60→30fps・24fps変換、タイムラプス作成、5つのエラーと解決策まで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegよくあるエラー解決法 | Unknown encoder・moov atom・10種類を即修正</title><link>https://ffmpeg-cookbook.com/ja/articles/common-errors/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/common-errors/</guid><description>FFmpegでよく見るエラーの原因と解決策を即引きできるガイド。Unknown encoder、moov atom not found、height not divisible by 2、Invalid data found when processing input など10種類のエラーをコード・原因・解決コマンドセットで解説。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegでMP4を圧縮する方法 | CRF・ビットレート・preset選び方ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/compress-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/compress-video/</guid><description>FFmpegでMP4・MOV動画を圧縮するコマンドを徹底解説。CRFモード（固定品質）vsビットレートモードの違い、H.264/H.265の選択基準、preset速度比較表、解像度ダウンスケール、2パスエンコードまで実例コマンド付き。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegで動画を結合する方法 | concat demuxerで高速結合・全手順</title><link>https://ffmpeg-cookbook.com/ja/articles/concat-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/concat-video/</guid><description>FFmpegで複数の動画ファイルを結合・連結するコマンドを完全解説。再エンコードなしで高速結合できるconcat demuxer、異なるフォーマットや解像度に対応するconcat filterの使い分け、concat.txtの書き方からfilter_complexまで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegで動画から音声を抽出する方法 | MP3・AAC・WAV・FLAC形式対応</title><link>https://ffmpeg-cookbook.com/ja/articles/extract-audio/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/extract-audio/</guid><description>FFmpegで動画ファイルから音声を抽出するコマンドを解説。無劣化コピー（-c:a copy）vs再エンコードの使い分け、MP3・AAC・FLAC・WAV形式別コマンド、複数音声トラックの選択（-map）、特定区間だけ切り出す方法、バッチ処理まで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>動画からサムネイルを抽出する — -vframes と thumbnail フィルタ</title><link>https://ffmpeg-cookbook.com/ja/articles/extract-thumbnail/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/extract-thumbnail/</guid><description>FFmpegで動画からサムネイルを抽出：指定タイムスタンプの1フレーム取得（-vframes）、thumbnailフィルターで代表フレーム自動選択、PNG/JPGの出力形式選択まで。静止画抽出コマンドをすぐ使えるよう解説。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ffmpeg / ffprobe / ffplay の違いと役割</title><link>https://ffmpeg-cookbook.com/ja/articles/ffmpeg-ffprobe-ffplay/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffmpeg-ffprobe-ffplay/</guid><description>ffmpeg・ffprobe・ffplayの3ツールの役割と使い分けを解説。情報取得はffprobe、変換はffmpeg、再生テストはffplay。公式ドキュメントに基づくFFmpegツール群の完全ガイド。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ffprobeでメタデータとストリーム情報を確認する</title><link>https://ffmpeg-cookbook.com/ja/articles/ffprobe-metadata/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/ffprobe-metadata/</guid><description>ffprobeでファイルのメタデータを調べる：コーデック・解像度・フレームレート・ビットレートを確認。-print_format jsonでJSON出力し、jqと組み合わせた使い方まで。ffprobe実用コマンドリファレンス。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegで動画をGIFに変換する方法 | 高画質・軽量化コマンド完全ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/gif-creation/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/gif-creation/</guid><description>FFmpegで動画からGIFアニメーションを高画質・小サイズで作成するコマンドを解説。palettegen+paletteuse 2パス方式、fps・解像度・ディザリングの最適設定、ファイルサイズ比較表、特定区間トリミング、バッチ変換まで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>HLSセグメント生成 — Webストリーミング用セグメントとプレイリストの作成</title><link>https://ffmpeg-cookbook.com/ja/articles/hls-segmenting/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/hls-segmenting/</guid><description>FFmpegでHLSストリーミング用セグメントとm3u8プレイリストを生成する方法。hls_time・hls_list_size・セグメントファイル名設定とアダプティブビットレートの基本まで。Webで動画配信を始めよう。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Windows／macOS／Linux別 FFmpegインストール手順</title><link>https://ffmpeg-cookbook.com/ja/articles/install-ffmpeg/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/install-ffmpeg/</guid><description>FFmpegのインストール方法：Windows（gyan.dev）・macOS（Homebrew）・Linux（apt/dnf）の公式ソースに基づく手順。PATH設定とffmpeg -versionで確認まで。すぐに使い始められるセットアップガイド。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ラウドネス正規化 — loudnormフィルターでEBU R128対応</title><link>https://ffmpeg-cookbook.com/ja/articles/loudness-normalization/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/loudness-normalization/</guid><description>FFmpegのloudnormフィルターでEBU R128基準に音量を正規化：1パスと2パスの違い、-I統合ラウドネス、-TPトゥルーピーク、-LRAラウドネスレンジの設定まで。放送・配信向け音量調整コマンドを解説。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>解像度変更とアスペクト比保持 — scaleフィルタ完全ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/scale-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/scale-video/</guid><description>FFmpegのscaleフィルターで解像度変更：-1/-2でアスペクト比を自動維持、最大解像度の上限設定、padフィルターでレターボックス追加。ffmpegリサイズコマンドの完全ガイド。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegで動画を回転・反転する方法 | iPhoneの縦動画横向き問題も解決</title><link>https://ffmpeg-cookbook.com/ja/articles/rotate-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/rotate-video/</guid><description>FFmpegで動画を回転・反転するコマンドを徹底解説。transposeフィルタで90°/180°回転、hflip/vflipで水平・垂直反転、iPhoneやAndroidの縦撮り縦動画をPCで正常表示する方法、メタデータ回転と再エンコードの違いまで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>連番静止画から動画生成 — スライドショーとタイムラプスの作り方</title><link>https://ffmpeg-cookbook.com/ja/articles/slideshow-timelapse/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/slideshow-timelapse/</guid><description>FFmpegで連番画像からスライドショー・タイムラプスを作成：PNG/JPG画像の動画化、1枚画像のループ、既存動画のフレーム間引きによるタイムラプスまで。pix_fmt yuv420p対応の注意点も解説。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegで字幕を焼き込む方法 | SRT・ASSのハードサブ完全ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/subtitles/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/subtitles/</guid><description>FFmpegで字幕を動画に焼き込む（ハードサブ）コマンドを徹底解説。SRT・ASSファイルを使ったsubtitlesフィルタの書き方、フォント・サイズ・位置の指定、ソフトサブとの違い、libassのインストール方法、よくあるエラー対処まで。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>動画をトリミング・カットする完全ガイド — FFmpeg -ss/-to/-t 使い分け</title><link>https://ffmpeg-cookbook.com/ja/articles/trim-video/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/trim-video/</guid><description>FFmpegで動画を正確にトリミングする方法を徹底解説。-ss/-to/-t/-c copyの使い分け、入力前・出力前-ssの速度vs精度、キーフレーム問題の解決、バッチカット、複数区間切り出しまで実例コマンド付き。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>2パスエンコード — 正確なビットレートとファイルサイズの制御</title><link>https://ffmpeg-cookbook.com/ja/articles/two-pass-encoding/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/two-pass-encoding/</guid><description>FFmpegの2パスエンコードで正確なビットレート・ファイルサイズ制御：パス1の分析、パス2のエンコード、passlogfileの使い方、H.264/H.265の実例。目標ファイルサイズにぴったり合わせる方法を解説。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>動画フォーマット変換の基本（MP4・MKV・WebM・MOV）</title><link>https://ffmpeg-cookbook.com/ja/articles/video-format-conversion/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/video-format-conversion/</guid><description>FFmpegでMP4・MKV・WebM・MOVを変換：コンテナとコーデックの違い、ストリームコピーが使える条件、ffprobeでのコーデック確認まで。動画フォーマット変換の基礎コマンドを解説。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>動画の手ブレ補正 — vidstabdetectとvidstabtransform</title><link>https://ffmpeg-cookbook.com/ja/articles/video-stabilization/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/video-stabilization/</guid><description>FFmpegで手ブレ補正：vidstabdetect+vidstabtransformの2パスパイプライン、smoothing強度、クロップモード、libvidstabのインストール方法まで解説。手ブレ動画を安定化するコマンドを紹介。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>動画にウォーターマーク・ロゴを合成する完全ガイド — FFmpeg overlay フィルタ</title><link>https://ffmpeg-cookbook.com/ja/articles/watermark-overlay/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/watermark-overlay/</guid><description>FFmpegのoverlayフィルターで動画にウォーターマーク・ロゴを合成する方法を解説。位置指定変数、透明PNG対応、透明度調整、時間制限表示、アニメーション、複数ロゴ合成まで実例コマンド付き。</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>FFmpegとは？無料で動画変換・圧縮・音声抽出ができるツールをわかりやすく解説</title><link>https://ffmpeg-cookbook.com/ja/articles/what-is-ffmpeg/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/what-is-ffmpeg/</guid><description>FFmpegとは何かを初心者向けにわかりやすく解説。動画変換・圧縮・音声抽出・GIF作成・字幕焼き込みなど主要な用途を実例コマンド付きで紹介。コーデックとコンテナの違い、インストール方法、よくある疑問5選まで。</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><item><title>FFmpegで動画をMP4（H.264/AAC）に変換する完全ガイド</title><link>https://ffmpeg-cookbook.com/ja/articles/video-to-mp4/</link><guid isPermaLink="true">https://ffmpeg-cookbook.com/ja/articles/video-to-mp4/</guid><description>ffmpegコマンドで任意の動画をMP4（H.264＋AAC）に変換：最適なCRF設定、-presetガイド、ストリームコピーの活用、音声変換まで。ffmpeg MP4変換の決定版コマンドリファレンス。</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>