Description Usage Arguments Value Author(s) References See Also
Create an object that contains a description of an output for ffmpeg.
1 | fileOutput(filename, vcodec=NULL, acodec=NULL, scodec=NULL, framerate=NULL)
|
filename |
The name of an output file. |
vcodec |
The name of a video codec, e.g., |
acodec |
The name of an audio codec, e.g., |
scodec |
The name of a sub-title codec (not currently supported). |
framerate |
The number of frames per second. |
An output object.
Paul Murrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.