install.ffmpeg {ndtv}R Documentation

Instructions for installing ffmpeg on various platforms

Description

The animation package uses ffmpeg to export movies into video formats. This internal function doesn't actually install the ffmpeg library, it just gives instructions on how to do the installation – which really just point to these docs.

Usage

install.ffmpeg()

Details

Here are some all-too-brief instructions for the various platforms. After you have installed FFmpeg on your system, you can verify that R knows where to find it by typing Sys.which('ffmpeg') in the R terminal. You many need to first restart R after the install.

Installing in Windows

Installing on a Mac

Installing in Linux/Unix (ffmpeg or avconv)

Value

On winddows: Will open a web browser window to the ffmpeg website and give instructions how to open this help file.

References

https://ffmpeg.org


[Package ndtv version 0.13.4 Index]