# video2gif **Repository Path**: erobaby/video2gif ## Basic Information - **Project Name**: video2gif - **Description**: 视频转换动图 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-09 - **Last Updated**: 2024-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 ### 1. 安装ffmpeg(必须) 官网 https://ffmpeg.org/download.html ### 2. 安装依赖(必须) ```bash npm install ``` ## 使用 ### 1. 启动程序 ```bash npm start ```