VidConverter 1.0.0 - Windows (x64)
==================================

CONTENTS
  VidConverter.exe   GUI media converter
  README.md          full documentation
  LICENSE            MIT

INSTALL
  1. Unzip anywhere (e.g. a folder on your Desktop). VidConverter.exe is
     portable - no installer, nothing written to Program Files.
  2. Install FFmpeg and make sure it's on your PATH. VidConverter does the
     UI; FFmpeg does the actual encoding.
       winget install Gyan.FFmpeg
     ...or grab a build from https://www.gyan.dev/ffmpeg/builds/ and add its
     bin\ folder to your PATH. Verify with:  ffmpeg -version
  3. Double-click VidConverter.exe.

NOTES
  - First launch may trip Windows SmartScreen ("Windows protected your PC")
    because the build isn't code-signed. Click More info -> Run anyway.
  - Settings are saved to settings.json next to the executable.

OPTIONAL: yt_fetch (YouTube downloader CLI)
  The companion command-line tool that grabs a video/audio by URL and
  converts it in one step is a separate download on the release page
  (VidConverter-yt_fetch-1.0.0-win64.zip). You only need it if you want
  that feature.

MIT licensed. Source: https://github.com/Remotesh/vidconverter
