output: Describe an output

Description Usage Arguments Value Author(s) References See Also

Description

Create an object that contains a description of an output for ffmpeg.

Usage

1
fileOutput(filename, vcodec=NULL, acodec=NULL, scodec=NULL, framerate=NULL) 

Arguments

filename

The name of an output file.

vcodec

The name of a video codec, e.g., "VP8".

acodec

The name of an audio codec, e.g., "Vorbis".

scodec

The name of a sub-title codec (not currently supported).

framerate

The number of frames per second.

Value

An output object.

Author(s)

Paul Murrell

References

https://ffmpeg.org/

See Also

ffmpeg


pmur002/ffmpeg documentation built on May 11, 2020, 5:52 a.m.