·ffmpeg-cli

用於視訊和音訊處理、格式轉換、過濾和媒體自動化的 FFmpeg CLI 參考。在轉換視訊格式、調整視訊大小或裁剪視訊、按時間修剪、取代或擷取音訊、混合音軌、覆蓋文字或影像、燒錄字幕、建立 GIF、產生縮圖、建立投影片、變更播放速度、使用 H264/H265/VP9 編碼、設定 CRF/位元速率、使用 GPU 加速、建立分鏡或執行 ffprobe 時使用。涵蓋filter_complex、串流選擇器、-map、-c copy、seek、scale、pad、crop、concat、drawtext、zoompan、xfade。

20安裝·1熱度·@henkisdabro

安裝

$npx skills add https://github.com/henkisdabro/wookstar-claude-plugins --skill ffmpeg-cli

如何安裝 ffmpeg-cli

透過命令列快速安裝 ffmpeg-cli AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/henkisdabro/wookstar-claude-plugins --skill ffmpeg-cli
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:henkisdabro/wookstar-claude-plugins。

SKILL.md

查看原文

| -vf (also -filter:v) | Video filter | | -af (also -filter:a) | Audio filter | | -filtercomplex | Complex filter graph for multi-stream filtering | | [0] | All streams from first input (0-based) | | [0:v] | Video stream from first input | | [1:a] | Audio stream from second input | | 0:v:0 | First input, first video stream |

| 0:a:1 | First input, second audio stream | | [name] | Named stream, used with -filtercomplex | | -map [name] | Select stream for output | | -y | Auto-overwrite output files without confirmation |

MKV and MP4 are both containers for H264/H265 video and AAC/MP3 audio. Video quality is determined by the codec, not the container. MKV supports multiple video streams; MP4 has wider device support.

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/henkisdabro/wookstar-claude-plugins --skill ffmpeg-cli
分類
</>開發工具
認證
收錄時間
2026-03-05
更新時間
2026-03-10

Browse more skills from henkisdabro/wookstar-claude-plugins

快速解答

什麼是 ffmpeg-cli?

用於視訊和音訊處理、格式轉換、過濾和媒體自動化的 FFmpeg CLI 參考。在轉換視訊格式、調整視訊大小或裁剪視訊、按時間修剪、取代或擷取音訊、混合音軌、覆蓋文字或影像、燒錄字幕、建立 GIF、產生縮圖、建立投影片、變更播放速度、使用 H264/H265/VP9 編碼、設定 CRF/位元速率、使用 GPU 加速、建立分鏡或執行 ffprobe 時使用。涵蓋filter_complex、串流選擇器、-map、-c copy、seek、scale、pad、crop、concat、drawtext、zoompan、xfade。 來源:henkisdabro/wookstar-claude-plugins。

如何安裝 ffmpeg-cli?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/henkisdabro/wookstar-claude-plugins --skill ffmpeg-cli 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/henkisdabro/wookstar-claude-plugins