set_binaries: set options with locations to ffmpeg and sox binaries

Description Usage Arguments Details Value

View source: R/set_binaries.R

Description

set options with locations to ffmpeg and sox binaries

Usage

1
2
set_binaries(pathtoffmpeg = Sys.which("ffmpeg"),
  pathtosox = Sys.which("sox"), printmessages = TRUE)

Arguments

pathtoffmpeg

character, path to ffmpeg binary, by default looks for it in the path variable

pathtosox

character, path to sox binary, by default looks for it in the path variable

printmessages

logical, should messages be returned

Details

this function sets some of R's global options.

the settings are temporary, i.e. the settings are lost when R is restarted

Value

a message


gobbios/avutils documentation built on Feb. 19, 2020, 9:44 a.m.