Description Usage Value Examples
View source: R/ffmpeg_codecs.R
Get Codecs for ffmpeg
1 2 3 4 5 6 7 8 9 10 11 12 13 |
A 'data.frame' of codec names and capabilities
1 2 3 4 5 6 7 8 | ## Not run:
if (ffmpeg_version_sufficient()) {
ffmpeg_codecs()
ffmpeg_video_codecs()
ffmpeg_audio_codecs()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.