Learn R Programming

ari (version 0.3.5)

ffmpeg_exec: Get Path to ffmpeg Executable

Description

Get Path to ffmpeg Executable

Usage

ffmpeg_exec(quote = FALSE)

have_ffmpeg_exec()

Arguments

quote

should shQuote be run before returning?

Value

The path to the ffmpeg executable, or an error.

Examples

Run this code
# NOT RUN {
if (have_ffmpeg_exec()) { 
ffmpeg_exec()
}
# }

Run the code above in your browser using DataLab