ffmpeg_exec: Get Path to ffmpeg Executable

Description Usage Arguments Value Note Examples

View source: R/ffmpeg_exec.R

Description

Get Path to ffmpeg Executable

Usage

1
2
3

Arguments

quote

should shQuote be run before returning?

Value

The path to the ffmpeg executable, or an error.

Note

This looks using 'Sys.getenv("ffmpeg")' and 'Sys.which("ffmpeg")' to find 'ffmpeg'. If 'ffmpeg' is not in your PATH, then please set the path to 'ffmpeg' using 'Sys.setenv(ffmpeg = "/path/to/ffmpeg")'

Examples

1
2
3
4
5
6
## Not run: 
if (have_ffmpeg_exec()) { 
ffmpeg_exec()
}

## End(Not run)

Example output



ari documentation built on Feb. 9, 2020, 1:07 a.m.