ffmpeg: Run an ffmpeg command.

Description Usage Arguments

Description

Run an ffmpeg command on the files 'f' with output files 'fout', using parameters 'par' and pre-parameters 'pre'.

Cut video using ffmpeg.

Usage

1
2
3
4
5
ffmpeg(f, fout = NULL, par = NULL, pre = NULL, y = TRUE, run = TRUE,
  dir = NULL, ...)

cutVideo(f, ss = "00:00:00", t = NULL, to = NULL, fout = NULL,
  par = NULL, ...)

Arguments

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().


arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.