Vid2Gif is a desktop application for converting videos to GIFs. It is built with Tauri and SvelteKit.
Tools like Gifski and ezgif exist. Vid2Gif offers more advanced features in an all-in-one, local package.
For macOS, you can download the prebuilt binary from the releases page. For other operating systems, you will need to build the application yourself.
pnpm and Rust are required. You will also need to include the necessary binaries for ffprobe, ffmpeg, and gifski according to the Tauri sidecar documentation.
Clone the repository:
git clone https://github.com/stavguo/vid2gif.git
cd vid2gif
Install dependencies (using pnpm):
pnpm install
Run the development server:
pnpm tauri dev
MIT