Simple Shiny-based GUI to fix certain common video recording errors in behavioral experiment, such as frame shifting, and color and light variations.

videoFixer(...)

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 videoFixer in an external window
if (FALSE) videoFixer()

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