-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |