什么是 video-editor?
使用 ffmpeg 进行视频编辑、编码最佳实践和质量优化的专家指南。在处理视频文件、转码、重新混合、编码设置、色彩空间或解决视频质量问题时使用。 来源:ckorhonen/claude-skills。
使用 ffmpeg 进行视频编辑、编码最佳实践和质量优化的专家指南。在处理视频文件、转码、重新混合、编码设置、色彩空间或解决视频质量问题时使用。
通过命令行快速安装 video-editor AI 技能到你的开发环境
来源:ckorhonen/claude-skills。
Expert guidance for video editing, encoding, and processing with ffmpeg. This skill covers container formats, codecs, encoding best practices, and quality optimization for video production workflows.
This distinction is critical. File extensions like .mkv or .mp4 are container formats that package already-compressed streams. The actual compression happens through codecs like H.264, H.265, VP9, or AV1.
| Container | Wrapper that holds video/audio/subtitle streams | MKV, MP4, AVI, MOV, WebM | | Codec | Algorithm that compresses/decompresses video | H.264, H.265/HEVC, VP9, AV1 | | Encoder | Software that implements a codec | x264, x265, libvpx, NVENC |
使用 ffmpeg 进行视频编辑、编码最佳实践和质量优化的专家指南。在处理视频文件、转码、重新混合、编码设置、色彩空间或解决视频质量问题时使用。 来源:ckorhonen/claude-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ckorhonen/claude-skills --skill video-editor使用 ffmpeg 进行视频编辑、编码最佳实践和质量优化的专家指南。在处理视频文件、转码、重新混合、编码设置、色彩空间或解决视频质量问题时使用。 来源:ckorhonen/claude-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ckorhonen/claude-skills --skill video-editor 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ckorhonen/claude-skills