Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 560 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 560 Bytes

Vitto

This project is mostly a little side project with the intent of just having something to do when bored. I wouldn't recommend actually using it.

What is it?

It's a CLI tool which combines both yt-dlp and ffmpeg and simplifies their usage.

Prerequisites

This tool requires you to have ffmpeg and yt-dlp installed.

Developing

Since the plan is to have it be a CLI tool, I've decided to use GraalVM to make a native binary.

Simply run: ./mvnw -Pnative package to create a binary.

(You can still develop and use it the usual Java way)