Simple Shiny-based GUI to convert a sequence of images into a video compatible with trackR.

videoMaker(...)

Arguments

...

Arguments passed to runApp.

Value

This function does not return anything. A file is saved if the export button is used in the app.

Author

Simon Garnier, garnier@njit.edu

Examples

# Run videoMaker in an external window
if (FALSE) videoMaker()

# Run videoMaker classic inside RStudio
if (FALSE) videoMaker(launch.browser = rstudioapi::viewer)