Description Usage Arguments Value Note Examples
Get Path to ffmpeg Executable
1 2 3 |
quote |
should |
The path to the ffmpeg
executable, or an error.
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")'
1 2 3 4 5 6 | ## Not run:
if (have_ffmpeg_exec()) {
ffmpeg_exec()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.