mirror of
https://github.com/woodchen-ink/video2gif.git
synced 2025-07-18 05:32:03 +08:00
chore(workflow): ignore md files in release workflow
update README for FFmpeg built-in and Python version requirement
This commit is contained in:
parent
e809a2e6f7
commit
93a01d21cf
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -3,6 +3,7 @@ name: Build and Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths-ignore: [**.md]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
## 功能
|
## 功能
|
||||||
|
|
||||||
- 支持拖放视频文件到应用程序窗口进行转换。
|
- 支持拖放视频文件到应用程序窗口进行转换。
|
||||||
- 自动检测FFmpeg是否安装,如未安装则提供安装向导。
|
- 内置FFmpeg工具进行视频转码, 不需要在系统安装FFmpeg。
|
||||||
- 提供多种系统平台的安装和使用说明。
|
- 多平台, 多线程。
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
### 环境搭建
|
### 环境搭建
|
||||||
|
|
||||||
1. 安装Python 3.7及以上版本。
|
1. 安装Python 3.10及以上版本。
|
||||||
2. 安装依赖库:
|
2. 安装依赖库:
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user