ffm_codec | R Documentation |
Set the audio and/or video codecs for the output file. Note that you can use
the command get_codecs()
to see a list of the codecs included in your
FFmpeg version.
ffm_codec(object, audio = NULL, video = NULL)
object |
An ffmpeg pipeline ( |
audio |
A string indicating which audio codec to use or |
video |
A string indicating which video codec to use or |
object
but with the added instruction to change the codec(s).
https://ffmpeg.org/ffmpeg-codecs.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.