Pre-Release v1.3.4
Pre-release
Pre-release
What's New?
- Added webm vp8 format.
- Added better dependency installations.
- Movement from python to rust for file conversions.
- Github actions fixes.
Requirements
yt-dlp: for downloading
ffmpeg and ffprobe: for converting
Make sure they are added to your PATH!
Installation
- Download respective files.
- Run the executable.
Manual Building
- Clone the repo.
git clone https://github.com/FarLostBrand/VideoTools.git- Install dependacies for building.
# If you don't have Rust installed.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# App build dependacies.
npm install
Download ffmpeg and ffprobe and add to src-tauri/binaries- Build application.
npm run tauri build- Install respective file that's in src-tauri/target/release/bundle