Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 进行格式转换。

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)