ov_ffmpeg_exe: ffmpeg executable functions

View source: R/ffmpeg_utils.R

ov_ffmpeg_exeR Documentation

ffmpeg executable functions

Description

Helper functions to find the ffmpeg executable. If ffmpeg is not installed on the system, it can be installed (for some platforms) with ov_install_ffmpeg().

Usage

ov_ffmpeg_exe()

ov_ffmpeg_ok(do_error = FALSE)

Arguments

do_error

logical: if TRUE, throw an error if the ffmpeg executable cannot be found

Value

For ov_ffmpeg_exe, the path to the executable, or NULL if not found. For ov_ffmpeg_ok, a logical indicating whether the executable could be found or not

See Also

ov_install_ffmpeg()

Examples

ov_ffmpeg_ok()


openvolley/ovideo documentation built on March 19, 2024, 9:52 p.m.