Run an ffmpeg command on the files 'f' with output files 'fout', using parameters 'par' and pre-parameters 'pre'.
Cut video using ffmpeg.
1 2 3 4 5 |
f |
The file path(s). |
par |
Parameters, given as c(parameterName, parameterValue), such as c("-acodec", "copy", "-to", "00.:00:13") |
pre |
Pre-parameters, given as c(parameterName, parameterValue), such as c("-ss", "00:00:00"), |
y |
Logical: If TRUE overwrite. |
run |
Logical: If TRUE run the command. |
dir |
Directory in which to place the output files if 'fout' is not given. |
... |
Used in fmod(). |
f |
The output file path(s). |
f |
The file path(s). |
f |
The output file path(s). |
par |
Parameters, given as c(parameterName, parameterValue), such as c("-acodec", "copy", "-to", "00.:00:13") |
pre |
Pre-parameters, given as c(parameterName, parameterValue), such as c("-ss", "00:00:00"), |
y |
Logical: If TRUE overwrite. |
run |
Logical: If TRUE run the command. |
dir |
Directory in which to place the output files if 'fout' is not given. |
... |
Used in fmod(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.