Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixiaolong1117/formatconvert
个人的一个 C# + WinUI3 的练手项目,调用 ffmpeg 进行格式转换。
https://github.com/sixiaolong1117/formatconvert
csharp ffmpeg visual-studio winui winui3
Last synced: 3 months ago
JSON representation
个人的一个 C# + WinUI3 的练手项目,调用 ffmpeg 进行格式转换。
- Host: GitHub
- URL: https://github.com/sixiaolong1117/formatconvert
- Owner: SIXiaolong1117
- License: mit
- Archived: true
- Created: 2023-01-26T03:35:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T04:22:19.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T10:05:26.493Z (3 months ago)
- Topics: csharp, ffmpeg, visual-studio, winui, winui3
- Language: C#
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Format Convert
个人的一个 C# + WinUI3 的练手项目,调用 `ffmpeg` 进行格式转换。
## 项目预览
## ⬇下载
您可以直接到 [Releases · Direct5dom/FormatConvert](https://github.com/Direct5dom/FormatConvert/releases)下载我已经打包好的安装包。
安装需要注意的是,要右键“使用PowrShell”运行`Install.ps1`,而不是直接双击`FormatConvert.msix`。
## 🛠️获取源码
要构建此项目,您需要将项目源码克隆到本地。
您可以使用 Git 命令行:
```
git clone https://github.com/Direct5dom/FormatConvert.git
```或者更方便的,使用 Visual Studio 的“克隆存储库”克隆本仓库。
使用 Visual Studio 打开项目根目录的`FormatConvert.sln`,即可进行调试和打包。
## ⚖️License
[MIT License](https://github.com/Direct5dom/FormatConvert/blob/master/LICENSE)