add ffmpeg

This commit is contained in:
Julian Freeman
2025-12-08 17:16:46 -04:00
parent 14b0e96c7d
commit ac00c54ca3
6 changed files with 242 additions and 2 deletions

View File

@@ -13,8 +13,10 @@ pub fn run() {
commands::init_ytdlp,
commands::update_ytdlp,
commands::update_quickjs,
commands::update_ffmpeg,
commands::get_ytdlp_version,
commands::get_quickjs_version,
commands::get_ffmpeg_version,
commands::fetch_metadata,
commands::start_download,
commands::get_settings,