Skip to content

Release v1.3.9

Choose a tag to compare

@FarLostBrand FarLostBrand released this 15 Jul 01:54
· 7 commits to main since this release

What's New?

  • Rust update for dependencies, more errors in converter.

Requirements

yt-dlp: for downloading
ffmpeg and ffprobe: for converting

Make sure they are added to your PATH!

Installation

  1. Download respective files.
  2. Run the executable.

Manual Building

  1. Clone the repo.
git clone https://github.com/FarLostBrand/VideoTools.git
  1. 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
  1. Build application.
npm run tauri build
  1. Install respective file that's in src-tauri/target/release/bundle