Tauri Converter - is pretty simple GUI converter made on Rust β¨
Libraries I used:
- Tauri | GUI FRAMEWORK
- Bootstrap | GUI STYLES
- Vanilla JS | GUI FUNCTIONS
- FFmpeg | FILES CONVERT
- Install ffmpeg from official site -> https://ffmpeg.org/download.html
- Go to repository's releases
- Download latest release for your system
- Enjoy :D
- Install Tauri by instructions on official site.
- Install ffmpeg from official site -> https://ffmpeg.org/download.html
- Copy repository and go to it's folder.
- Install dependencies:
npm install
- Go to the
src-tauri
directory and add converter-buddy:
cargo add converter_buddy
- Build/Run Dev from main-repo folder:
npm run tauri build
OR
npm run tauri dev
File will be located in the rust-converter/src-tauri/target/release
folder.
Project licensed under the MIT License.
Read more in LICENSE file
- Tauri - https://tauri.app/
- Rust - https://www.rust-lang.org/
- Bootstrap - https://getbootstrap.com/
- FFmpeg - https://ffmpeg.org/