# ffmpeg **Repository Path**: jiuyuaaaaaaa/ffmpeg ## Basic Information - **Project Name**: ffmpeg - **Description**: ffmpeg安装教程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Win10安装ffmpeg([视频教程](https://www.bilibili.com/video/BV1V8411U7KA/?vd_source=db766104187222db5a7555eb76f0eb7c)) ------ ## 一、[官网](https://ffmpeg.org/download.html)下载压缩包 解压到安装位置 ## 二、配置环境变量 取bin路径添加到系统环境变量path ## 三、验证 ``` ffmpeg -version ```