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 passed to runApp.
This function does not return anything. A file is saved if the export button is used in the app.
# Run videoFixer in an external window
if (FALSE) videoFixer()
# Run videoFixer classic inside RStudio
if (FALSE) videoFixer(launch.browser = rstudioapi::viewer)