install_on_win: Install FFmpeg on Windows

View source: R/program_management.R

install_on_winR Documentation

Install FFmpeg on Windows

Description

Downloads an FFmpeg zip installer, extracts it, and updates the package's user config files to point to the component executable files.

Usage

install_on_win(download_url = NULL, install_dir = NULL)

Arguments

download_url

A string indicating the location of the FFmpeg installation zip file. If NULL, will default to the latest static essentials release from gyan.dev.

install_dir

A string indicating a directory to install FFmpeg to. If NULL, will default to installing to the user data directory.

Value

A logical indicating whether the installation was successful.


jmgirard/tidymedia documentation built on June 15, 2024, 1:52 p.m.