Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yk0n9 committed Jun 27, 2023
1 parent 3dfe45d commit 731a428
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Conv

使用FFmpeg合并音频,图片和字幕生成视频的工具

支持Whisper语音识别

### 使用
下载[FFmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/latest)并设置环境变量($PATH:ffmpeg/bin)

Scoop:
```
cargo clean
cargo update
cargo build
cargo build --release
scoop install ffmpeg
```

运行conv.exe

### 构建
安装
[CMake](https://cmake.org/download/)
[Rustup](https://rustup.rs/)
[LLVM](https://releases.llvm.org/download.html)
[C++ 构建工具](https://visualstudio.microsoft.com/visual-cpp-build-tools/)

Scoop:
```
scoop install cmake rustup llvm
```

0 comments on commit 731a428

Please sign in to comment.